Class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupsCreateMembersRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InterconnectAttachmentGroupsCreateMembersRequest

Returns a new instance of InterconnectAttachmentGroupsCreateMembersRequest.



35338
35339
35340
# File 'lib/google/apis/compute_alpha/classes.rb', line 35338

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#requestGoogle::Apis::ComputeAlpha::InterconnectAttachmentGroupsCreateMembers

Corresponds to the JSON property request



35336
35337
35338
# File 'lib/google/apis/compute_alpha/classes.rb', line 35336

def request
  @request
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



35343
35344
35345
# File 'lib/google/apis/compute_alpha/classes.rb', line 35343

def update!(**args)
  @request = args[:request] if args.key?(:request)
end