google_api_android_publisher v0.16.0 GoogleApi.AndroidPublisher.V3.Model.TrackRelease View Source
Attributes
-
controls
(type:list(GoogleApi.AndroidPublisher.V3.Model.Control.t)
, default:nil
) - -
countryTargeting
(type:GoogleApi.AndroidPublisher.V3.Model.CountryTargeting.t
, default:nil
) - -
inAppUpdatePriority
(type:integer()
, default:nil
) - In-app update priority of the release. All newly added APKs in the release will be considered at this priority. in_app_update_priority can take values between [0, 5]. 5 is the highest priority. Default priority is 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates. -
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. -
pinnedVersions
(type:list(GoogleApi.AndroidPublisher.V3.Model.TrackReleasePin.t)
, default:nil
) - -
releaseNotes
(type:list(GoogleApi.AndroidPublisher.V3.Model.LocalizedText.t)
, default:nil
) - The description of what is new in the app in this release. -
rollbackEnabled
(type:boolean()
, default:nil
) - -
sampling
(type:GoogleApi.AndroidPublisher.V3.Model.Sampling.t
, default:nil
) - -
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
Specs
t() :: %GoogleApi.AndroidPublisher.V3.Model.TrackRelease{ controls: [GoogleApi.AndroidPublisher.V3.Model.Control.t()], countryTargeting: GoogleApi.AndroidPublisher.V3.Model.CountryTargeting.t(), inAppUpdatePriority: integer(), name: String.t(), pinnedVersions: [GoogleApi.AndroidPublisher.V3.Model.TrackReleasePin.t()], releaseNotes: [GoogleApi.AndroidPublisher.V3.Model.LocalizedText.t()], rollbackEnabled: boolean(), sampling: GoogleApi.AndroidPublisher.V3.Model.Sampling.t(), status: String.t(), userFraction: float(), versionCodes: [String.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.