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.
30607 30608 30609 |
# File 'lib/google/apis/compute_v1/classes.rb', line 30607 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request ⇒ Google::Apis::ComputeV1::InterconnectGroupsCreateMembers
Corresponds to the JSON property request
30605 30606 30607 |
# File 'lib/google/apis/compute_v1/classes.rb', line 30605 def request @request end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
30612 30613 30614 |
# File 'lib/google/apis/compute_v1/classes.rb', line 30612 def update!(**args) @request = args[:request] if args.key?(:request) end |