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.
36883 36884 36885 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 36883 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request ⇒ Google::Apis::ComputeAlpha::InterconnectGroupsCreateMembers
Corresponds to the JSON property request
36881 36882 36883 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 36881 def request @request end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
36888 36889 36890 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 36888 def update!(**args) @request = args[:request] if args.key?(:request) end |