google_api_android_publisher v0.6.0 GoogleApi.AndroidPublisher.V3.Model.TrackRelease View Source

Attributes

  • countryTargeting (type: GoogleApi.AndroidPublisher.V3.Model.CountryTargeting.t, default: nil) -
  • name (type: String.t, default: nil) - The release name, used to identify this release in the Play Console UI. Not required to be unique. This is optional, if not set it will be generated from the version_name in the APKs.
  • releaseNotes (type: list(GoogleApi.AndroidPublisher.V3.Model.LocalizedText.t), default: nil) - The description of what is new in the app in this release.
  • status (type: String.t, default: nil) - The desired status of this release.
  • userFraction (type: float(), default: nil) - Fraction of users who are eligible to receive the release. 0 < fraction < 1. To be set, release status must be "inProgress" or "halted".
  • versionCodes (type: list(String.t), default: nil) - A list of all version codes of APKs that will be exposed to the users of this track when this release is rolled out. 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.V3.Model.TrackRelease{
  countryTargeting: GoogleApi.AndroidPublisher.V3.Model.CountryTargeting.t(),
  name: String.t(),
  releaseNotes: [GoogleApi.AndroidPublisher.V3.Model.LocalizedText.t()],
  status: String.t(),
  userFraction: float(),
  versionCodes: [String.t()]
}

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.