Class: Google::Apis::AndroidpublisherV3::SdkVersion
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::SdkVersion
- 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
-
#min ⇒ Fixnum
Inclusive minimum value of an sdk version.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SdkVersion
constructor
A new instance of SdkVersion.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SdkVersion
Returns a new instance of SdkVersion.
5208 5209 5210 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5208 def initialize(**args) update!(**args) end |
Instance Attribute Details
#min ⇒ Fixnum
Inclusive minimum value of an sdk version.
Corresponds to the JSON property min
5206 5207 5208 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5206 def min @min end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5213 5214 5215 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5213 def update!(**args) @min = args[:min] if args.key?(:min) end |