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

Configurations of the new track.

Attributes

  • formFactor (type: String.t, default: nil) - Required. Form factor of the new track. Defaults to the default track.
  • track (type: String.t, default: nil) - Required. Identifier of the new track. For default tracks, this field consists of the track alias only. Form factor tracks have a special prefix as an identifier, for example wear:production, automotive:production. This prefix must match the value of the form_factor field, if it is not a default track. More on track name
  • type (type: String.t, default: nil) - Required. Type of the new track. Currently, the only supported value is closedTesting.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.TrackConfig{
  formFactor: String.t() | nil,
  track: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.