google_api_android_publisher v0.11.0 GoogleApi.AndroidPublisher.V2.Model.Track View Source

Attributes

  • track (type: String.t, default: nil) - Identifier for this track.
  • userFraction (type: float(), default: nil) -
  • versionCodes (type: list(integer()), default: nil) - Version codes to make active on this track. Note that this list should contain all versions you wish to be active, including those you wish to retain from previous releases.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.AndroidPublisher.V2.Model.Track{
  track: String.t(),
  userFraction: float(),
  versionCodes: [integer()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.