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.



8146
8147
8148
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 8146

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)


8144
8145
8146
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 8144

def min
  @min
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8151
8152
8153
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 8151

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