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.



9521
9522
9523
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9521

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)


9519
9520
9521
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9519

def min
  @min
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9526
9527
9528
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9526

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