class Google::Apis::ComputeV1::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::ComputeV1::RouterStatus]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 30817
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_v1/classes.rb, line 30822
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @result = args[:result] if args.key?(:result)
end