Class: Google::Apis::TestingV1::DeviceIpBlockCatalog

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/testing_v1/classes.rb,
generated/google/apis/testing_v1/representations.rb,
generated/google/apis/testing_v1/representations.rb

Overview

List of IP blocks used by the Firebase Test Lab

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DeviceIpBlockCatalog

Returns a new instance of DeviceIpBlockCatalog.



906
907
908
# File 'generated/google/apis/testing_v1/classes.rb', line 906

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#ip_blocksArray<Google::Apis::TestingV1::DeviceIpBlock>

The device IP blocks used by Firebase Test Lab Corresponds to the JSON property ipBlocks



904
905
906
# File 'generated/google/apis/testing_v1/classes.rb', line 904

def ip_blocks
  @ip_blocks
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



911
912
913
# File 'generated/google/apis/testing_v1/classes.rb', line 911

def update!(**args)
  @ip_blocks = args[:ip_blocks] if args.key?(:ip_blocks)
end