class Google::Apis::GenomicsV1beta2::Int32Value

Wrapper message for `int32`. The JSON representation for `Int32Value` is JSON number.

Attributes

value[RW]

The int32 value. Corresponds to the JSON property `value` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/genomics_v1beta2/classes.rb, line 1000
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/genomics_v1beta2/classes.rb, line 1005
def update!(**args)
  @value = args[:value] unless args[:value].nil?
end