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.
3778 3779 3780 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3778 def initialize(**args) update!(**args) end |
Instance Attribute Details
#min ⇒ Fixnum
Inclusive minimum value of an sdk version.
Corresponds to the JSON property min
3776 3777 3778 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3776 def min @min end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3783 3784 3785 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3783 def update!(**args) @min = args[:min] if args.key?(:min) end |