class Google::Apis::ComputeBeta::RouterStatusResponse
Attributes
kind[RW]
Type of resource. Corresponds to the JSON property `kind` @return [String]
result[RW]
Corresponds to the JSON property `result` @return [Google::Apis::ComputeBeta::RouterStatus]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 30252 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_beta/classes.rb, line 30257 def update!(**args) @kind = args[:kind] if args.key?(:kind) @result = args[:result] if args.key?(:result) end