Class: Google::Apis::TestingV1::NetworkConfigurationCatalog
- Inherits:
-
Object
- Object
- Google::Apis::TestingV1::NetworkConfigurationCatalog
- 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
-
#configurations ⇒ Array<Google::Apis::TestingV1::NetworkConfiguration>
Corresponds to the JSON property
configurations
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NetworkConfigurationCatalog
constructor
A new instance of NetworkConfigurationCatalog.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ NetworkConfigurationCatalog
Returns a new instance of NetworkConfigurationCatalog
1162 1163 1164 |
# File 'generated/google/apis/testing_v1/classes.rb', line 1162 def initialize(**args) update!(**args) end |
Instance Attribute Details
#configurations ⇒ Array<Google::Apis::TestingV1::NetworkConfiguration>
Corresponds to the JSON property configurations
1160 1161 1162 |
# File 'generated/google/apis/testing_v1/classes.rb', line 1160 def configurations @configurations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1167 1168 1169 |
# File 'generated/google/apis/testing_v1/classes.rb', line 1167 def update!(**args) @configurations = args[:configurations] if args.key?(:configurations) end |