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.
27039 27040 27041 |
# File 'lib/google/apis/compute_v1/classes.rb', line 27039 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request ⇒ Google::Apis::ComputeV1::InterconnectGroupsCreateMembers
Corresponds to the JSON property request
27037 27038 27039 |
# File 'lib/google/apis/compute_v1/classes.rb', line 27037 def request @request end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27044 27045 27046 |
# File 'lib/google/apis/compute_v1/classes.rb', line 27044 def update!(**args) @request = args[:request] if args.key?(:request) end |