Class: Google::Apis::ComputeV1::RouterStatusResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::RouterStatusResponse
- 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
Instance Attribute Summary collapse
-
#kind ⇒ String
Type of resource.
-
#result ⇒ Google::Apis::ComputeV1::RouterStatus
Corresponds to the JSON property
result.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RouterStatusResponse
constructor
A new instance of RouterStatusResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RouterStatusResponse
Returns a new instance of RouterStatusResponse.
33057 33058 33059 |
# File 'lib/google/apis/compute_v1/classes.rb', line 33057 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Type of resource.
Corresponds to the JSON property kind
33050 33051 33052 |
# File 'lib/google/apis/compute_v1/classes.rb', line 33050 def kind @kind end |
#result ⇒ Google::Apis::ComputeV1::RouterStatus
Corresponds to the JSON property result
33055 33056 33057 |
# File 'lib/google/apis/compute_v1/classes.rb', line 33055 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
33062 33063 33064 33065 |
# File 'lib/google/apis/compute_v1/classes.rb', line 33062 def update!(**args) @kind = args[:kind] if args.key?(:kind) @result = args[:result] if args.key?(:result) end |