class Google::Apis::ComputeBeta::Uint128

Attributes

high[RW]

Corresponds to the JSON property `high` @return [Fixnum]

low[RW]

Corresponds to the JSON property `low` @return [Fixnum]

Public Class Methods

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