Class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupsCreateMembersRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InterconnectAttachmentGroupsCreateMembersRequest
- 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::InterconnectAttachmentGroupsCreateMembers
Corresponds to the JSON property
request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectAttachmentGroupsCreateMembersRequest
constructor
A new instance of InterconnectAttachmentGroupsCreateMembersRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InterconnectAttachmentGroupsCreateMembersRequest
Returns a new instance of InterconnectAttachmentGroupsCreateMembersRequest.
34994 34995 34996 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 34994 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request ⇒ Google::Apis::ComputeAlpha::InterconnectAttachmentGroupsCreateMembers
Corresponds to the JSON property request
34992 34993 34994 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 34992 def request @request end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
34999 35000 35001 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 34999 def update!(**args) @request = args[:request] if args.key?(:request) end |