Class: Google::Apis::ComputeAlpha::InterconnectGroupsCreateMembersRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InterconnectGroupsCreateMembersRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
-
#request ⇒ Google::Apis::ComputeAlpha::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.
31017 31018 31019 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 31017 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request ⇒ Google::Apis::ComputeAlpha::InterconnectGroupsCreateMembers
Corresponds to the JSON property request
31015 31016 31017 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 31015 def request @request end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31022 31023 31024 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 31022 def update!(**args) @request = args[:request] if args.key?(:request) end |