class Google::Apis::ComputeV1::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_v1/classes.rb, line 38699 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 38704 def update!(**args) @high = args[:high] if args.key?(:high) @low = args[:low] if args.key?(:low) end