Class: Google::Apis::ComputeBeta::InterconnectGroupsCreateMembersRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InterconnectGroupsCreateMembersRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#request ⇒ Google::Apis::ComputeBeta::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.
31595 31596 31597 |
# File 'lib/google/apis/compute_beta/classes.rb', line 31595 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request ⇒ Google::Apis::ComputeBeta::InterconnectGroupsCreateMembers
Corresponds to the JSON property request
31593 31594 31595 |
# File 'lib/google/apis/compute_beta/classes.rb', line 31593 def request @request end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31600 31601 31602 |
# File 'lib/google/apis/compute_beta/classes.rb', line 31600 def update!(**args) @request = args[:request] if args.key?(:request) end |