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



1475
1476
1477
# File 'generated/google/apis/testing_v1/classes.rb', line 1475

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

Instance Attribute Details

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

Corresponds to the JSON property configurations



1473
1474
1475
# File 'generated/google/apis/testing_v1/classes.rb', line 1473

def configurations
  @configurations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1480
1481
1482
# File 'generated/google/apis/testing_v1/classes.rb', line 1480

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