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.



8811
8812
8813
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 8811

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)


8809
8810
8811
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 8809

def min
  @min
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8816
8817
8818
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 8816

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