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

A track configuration. The resource for TracksService.

Attributes

  • releases (type: list(GoogleApi.AndroidPublisher.V3.Model.TrackRelease.t), default: nil) - In a read request, represents all active releases in the track. In an update request, represents desired changes.
  • track (type: String.t, default: nil) - Identifier of the track. Form factor tracks have a special prefix as an identifier, for example wear:production, automotive:production. More on track name

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.Track{
  releases: [GoogleApi.AndroidPublisher.V3.Model.TrackRelease.t()] | nil,
  track: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.