GoogleApi.AndroidPublisher.V3.Model.TextureCompressionFormatTargeting (google_api_android_publisher v0.43.0)
View SourceTargeting by a texture compression format.
Attributes
-
alternatives(type:list(GoogleApi.AndroidPublisher.V3.Model.TextureCompressionFormat.t), default:nil) - List of alternative TCFs (TCFs targeted by the sibling splits). -
value(type:list(GoogleApi.AndroidPublisher.V3.Model.TextureCompressionFormat.t), default:nil) - The list of targeted TCFs. Should not be empty.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidPublisher.V3.Model.TextureCompressionFormatTargeting{ alternatives: [GoogleApi.AndroidPublisher.V3.Model.TextureCompressionFormat.t()] | nil, value: [GoogleApi.AndroidPublisher.V3.Model.TextureCompressionFormat.t()] | nil }