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.



5229
5230
5231
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5229

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)


5227
5228
5229
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5227

def min
  @min
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5234
5235
5236
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5234

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