class Google::Apis::TestingV1::DeviceIpBlockCatalog

List of IP blocks used by the Firebase Test Lab

Attributes

ip_blocks[RW]

The device IP blocks used by Firebase Test Lab Corresponds to the JSON property `ipBlocks` @return [Array<Google::Apis::TestingV1::DeviceIpBlock>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/testing_v1/classes.rb, line 919
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/testing_v1/classes.rb, line 924
def update!(**args)
  @ip_blocks = args[:ip_blocks] if args.key?(:ip_blocks)
end