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.
5169 5170 5171 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5169 def initialize(**args) update!(**args) end |
Instance Attribute Details
#min ⇒ Fixnum
Inclusive minimum value of an sdk version.
Corresponds to the JSON property min
5167 5168 5169 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5167 def min @min end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5174 5175 5176 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5174 def update!(**args) @min = args[:min] if args.key?(:min) end |