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.



29586
29587
29588
# File 'lib/google/apis/compute_alpha/classes.rb', line 29586

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

Instance Attribute Details

#requestGoogle::Apis::ComputeAlpha::InterconnectAttachmentGroupsCreateMembers

Corresponds to the JSON property request



29584
29585
29586
# File 'lib/google/apis/compute_alpha/classes.rb', line 29584

def request
  @request
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



29591
29592
29593
# File 'lib/google/apis/compute_alpha/classes.rb', line 29591

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