Class: Google::Apis::AndroidpublisherV3::MultiAbiTargeting
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::MultiAbiTargeting
- 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
Targeting based on multiple abis.
Instance Attribute Summary collapse
-
#alternatives ⇒ Array<Google::Apis::AndroidpublisherV3::MultiAbi>
Targeting of other sibling directories that were in the Bundle.
-
#value ⇒ Array<Google::Apis::AndroidpublisherV3::MultiAbi>
Value of a multi abi.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MultiAbiTargeting
constructor
A new instance of MultiAbiTargeting.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MultiAbiTargeting
Returns a new instance of MultiAbiTargeting.
3913 3914 3915 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3913 def initialize(**args) update!(**args) end |
Instance Attribute Details
#alternatives ⇒ Array<Google::Apis::AndroidpublisherV3::MultiAbi>
Targeting of other sibling directories that were in the Bundle. For main
splits this is targeting of other main splits.
Corresponds to the JSON property alternatives
3906 3907 3908 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3906 def alternatives @alternatives end |
#value ⇒ Array<Google::Apis::AndroidpublisherV3::MultiAbi>
Value of a multi abi.
Corresponds to the JSON property value
3911 3912 3913 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3911 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3918 3919 3920 3921 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3918 def update!(**args) @alternatives = args[:alternatives] if args.key?(:alternatives) @value = args[:value] if args.key?(:value) end |