Class: Google::Apis::TestingV1::NetworkConfigurationCatalog
- Inherits:
-
Object
- Object
- Google::Apis::TestingV1::NetworkConfigurationCatalog
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/testing_v1/classes.rb,
lib/google/apis/testing_v1/representations.rb,
lib/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.
Constructor Details
#initialize(**args) ⇒ NetworkConfigurationCatalog
Returns a new instance of NetworkConfigurationCatalog.
1986 1987 1988 |
# File 'lib/google/apis/testing_v1/classes.rb', line 1986 def initialize(**args) update!(**args) end |
Instance Attribute Details
#configurations ⇒ Array<Google::Apis::TestingV1::NetworkConfiguration>
Corresponds to the JSON property configurations
1984 1985 1986 |
# File 'lib/google/apis/testing_v1/classes.rb', line 1984 def configurations @configurations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1991 1992 1993 |
# File 'lib/google/apis/testing_v1/classes.rb', line 1991 def update!(**args) @configurations = args[:configurations] if args.key?(:configurations) end |