Class: Google::Apis::ComputeV1::InterconnectAttachmentGroupsGetOperationalStatusResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InterconnectAttachmentGroupsGetOperationalStatusResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Overview
Response for the InterconnectAttachmentGroupsGetOperationalStatusResponse.
Instance Attribute Summary collapse
-
#etag ⇒ String
Corresponds to the JSON property
etag. -
#result ⇒ Google::Apis::ComputeV1::InterconnectAttachmentGroupsOperationalStatus
Corresponds to the JSON property
result.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectAttachmentGroupsGetOperationalStatusResponse
constructor
A new instance of InterconnectAttachmentGroupsGetOperationalStatusResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InterconnectAttachmentGroupsGetOperationalStatusResponse
Returns a new instance of InterconnectAttachmentGroupsGetOperationalStatusResponse.
29094 29095 29096 |
# File 'lib/google/apis/compute_v1/classes.rb', line 29094 def initialize(**args) update!(**args) end |
Instance Attribute Details
#etag ⇒ String
Corresponds to the JSON property etag
29087 29088 29089 |
# File 'lib/google/apis/compute_v1/classes.rb', line 29087 def etag @etag end |
#result ⇒ Google::Apis::ComputeV1::InterconnectAttachmentGroupsOperationalStatus
Corresponds to the JSON property result
29092 29093 29094 |
# File 'lib/google/apis/compute_v1/classes.rb', line 29092 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
29099 29100 29101 29102 |
# File 'lib/google/apis/compute_v1/classes.rb', line 29099 def update!(**args) @etag = args[:etag] if args.key?(:etag) @result = args[:result] if args.key?(:result) end |