class Google::Apis::ComputeBeta::VpnGatewaysGetStatusResponse

Attributes

result[RW]

Corresponds to the JSON property `result` @return [Google::Apis::ComputeBeta::VpnGatewayStatus]

Public Class Methods

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