Class: Google::Apis::ComputeV1::InterconnectAttachmentGroupsGetOperationalStatusResponse

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InterconnectAttachmentGroupsGetOperationalStatusResponse

Returns a new instance of InterconnectAttachmentGroupsGetOperationalStatusResponse.



25526
25527
25528
# File 'lib/google/apis/compute_v1/classes.rb', line 25526

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

Instance Attribute Details

#etagString

Corresponds to the JSON property etag

Returns:

  • (String)


25519
25520
25521
# File 'lib/google/apis/compute_v1/classes.rb', line 25519

def etag
  @etag
end

#resultGoogle::Apis::ComputeV1::InterconnectAttachmentGroupsOperationalStatus

Corresponds to the JSON property result



25524
25525
25526
# File 'lib/google/apis/compute_v1/classes.rb', line 25524

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



25531
25532
25533
25534
# File 'lib/google/apis/compute_v1/classes.rb', line 25531

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