Class: Google::Apis::ComputeBeta::RoutersGetNamedSetResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::RoutersGetNamedSetResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#etag ⇒ String
end_interface: MixerGetResponseWithEtagBuilder Corresponds to the JSON property
etag. -
#resource ⇒ Google::Apis::ComputeBeta::NamedSet
Corresponds to the JSON property
resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RoutersGetNamedSetResponse
constructor
A new instance of RoutersGetNamedSetResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RoutersGetNamedSetResponse
Returns a new instance of RoutersGetNamedSetResponse.
55368 55369 55370 |
# File 'lib/google/apis/compute_beta/classes.rb', line 55368 def initialize(**args) update!(**args) end |
Instance Attribute Details
#etag ⇒ String
end_interface: MixerGetResponseWithEtagBuilder
Corresponds to the JSON property etag
55361 55362 55363 |
# File 'lib/google/apis/compute_beta/classes.rb', line 55361 def etag @etag end |
#resource ⇒ Google::Apis::ComputeBeta::NamedSet
Corresponds to the JSON property resource
55366 55367 55368 |
# File 'lib/google/apis/compute_beta/classes.rb', line 55366 def resource @resource end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
55373 55374 55375 55376 |
# File 'lib/google/apis/compute_beta/classes.rb', line 55373 def update!(**args) @etag = args[:etag] if args.key?(:etag) @resource = args[:resource] if args.key?(:resource) end |