Class: Google::Apis::AndroidpublisherV3::MultiAbiTargeting

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MultiAbiTargeting

Returns a new instance of MultiAbiTargeting.



3896
3897
3898
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3896

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#alternativesArray<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



3889
3890
3891
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3889

def alternatives
  @alternatives
end

#valueArray<Google::Apis::AndroidpublisherV3::MultiAbi>

Value of a multi abi. Corresponds to the JSON property value



3894
3895
3896
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3894

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3901
3902
3903
3904
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3901

def update!(**args)
  @alternatives = args[:alternatives] if args.key?(:alternatives)
  @value = args[:value] if args.key?(:value)
end