Class: Google::Apis::AndroidpublisherV3::SdkVersion

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb

Overview

Represents an sdk version.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SdkVersion

Returns a new instance of SdkVersion.



5181
5182
5183
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5181

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#minFixnum

Inclusive minimum value of an sdk version. Corresponds to the JSON property min

Returns:

  • (Fixnum)


5179
5180
5181
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5179

def min
  @min
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5186
5187
5188
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5186

def update!(**args)
  @min = args[:min] if args.key?(:min)
end