View Source GoogleApi.AndroidPublisher.V3.Model.DeviceTierSet (google_api_android_publisher v0.34.1)

A set of device tiers. A tier set determines what variation of app content gets served to a specific device, for device-targeted content. You should assign a priority level to each tier, which determines the ordering by which they are evaluated by Play. See the documentation of DeviceTier.level for more details.

Attributes

  • deviceTiers (type: list(GoogleApi.AndroidPublisher.V3.Model.DeviceTier.t), default: nil) - Device tiers belonging to the set.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.DeviceTierSet{
  deviceTiers: [GoogleApi.AndroidPublisher.V3.Model.DeviceTier.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.