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.



34277
34278
34279
# File 'lib/google/apis/compute_alpha/classes.rb', line 34277

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

Instance Attribute Details

#requestGoogle::Apis::ComputeAlpha::InterconnectAttachmentGroupsCreateMembers

Corresponds to the JSON property request



34275
34276
34277
# File 'lib/google/apis/compute_alpha/classes.rb', line 34275

def request
  @request
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



34282
34283
34284
# File 'lib/google/apis/compute_alpha/classes.rb', line 34282

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