Class: Google::Apis::AndroidpublisherV3::TextureCompressionFormatTargeting

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 by a texture compression format.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TextureCompressionFormatTargeting

Returns a new instance of TextureCompressionFormatTargeting.



6537
6538
6539
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6537

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

Instance Attribute Details

#alternativesArray<Google::Apis::AndroidpublisherV3::TextureCompressionFormat>

List of alternative TCFs (TCFs targeted by the sibling splits). Corresponds to the JSON property alternatives



6530
6531
6532
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6530

def alternatives
  @alternatives
end

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

The list of targeted TCFs. Should not be empty. Corresponds to the JSON property value



6535
6536
6537
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6535

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6542
6543
6544
6545
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6542

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