Class: Google::Apis::TestingV1::NetworkConfigurationCatalog

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ NetworkConfigurationCatalog

Returns a new instance of NetworkConfigurationCatalog



1487
1488
1489
# File 'generated/google/apis/testing_v1/classes.rb', line 1487

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

Instance Attribute Details

#configurationsArray<Google::Apis::TestingV1::NetworkConfiguration>

Corresponds to the JSON property configurations



1485
1486
1487
# File 'generated/google/apis/testing_v1/classes.rb', line 1485

def configurations
  @configurations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1492
1493
1494
# File 'generated/google/apis/testing_v1/classes.rb', line 1492

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