Class: Google::Apis::AndroidpublisherV3::AndroidSdks
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::AndroidSdks
- 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
Android api level targeting data for app recovery action targeting.
Instance Attribute Summary collapse
-
#sdk_levels ⇒ Array<Fixnum>
Android api levels of devices targeted by recovery action.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AndroidSdks
constructor
A new instance of AndroidSdks.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AndroidSdks
Returns a new instance of AndroidSdks.
235 236 237 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 235 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sdk_levels ⇒ Array<Fixnum>
Android api levels of devices targeted by recovery action. See https://
developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels for
different api levels in android.
Corresponds to the JSON property sdkLevels
233 234 235 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 233 def sdk_levels @sdk_levels end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
240 241 242 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 240 def update!(**args) @sdk_levels = args[:sdk_levels] if args.key?(:sdk_levels) end |