Class: Google::Apis::ComputeV1::InterconnectGroupsCreateMembersRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InterconnectGroupsCreateMembersRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#request ⇒ Google::Apis::ComputeV1::InterconnectGroupsCreateMembers
Corresponds to the JSON property
request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectGroupsCreateMembersRequest
constructor
A new instance of InterconnectGroupsCreateMembersRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InterconnectGroupsCreateMembersRequest
Returns a new instance of InterconnectGroupsCreateMembersRequest.
31111 31112 31113 |
# File 'lib/google/apis/compute_v1/classes.rb', line 31111 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request ⇒ Google::Apis::ComputeV1::InterconnectGroupsCreateMembers
Corresponds to the JSON property request
31109 31110 31111 |
# File 'lib/google/apis/compute_v1/classes.rb', line 31109 def request @request end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31116 31117 31118 |
# File 'lib/google/apis/compute_v1/classes.rb', line 31116 def update!(**args) @request = args[:request] if args.key?(:request) end |