google_api_android_enterprise v0.2.0 GoogleApi.AndroidEnterprise.V1.Model.ProductPolicy View Source

The policy for a product.

Attributes

  • autoInstallPolicy (AutoInstallPolicy): The auto install policy for the product. Defaults to: null.
  • productId (String.t): The ID of the product. For example, "app:com.google.android.gm". Defaults to: null.
  • trackIds ([String.t]): Grants the device visibility to the specified product release track(s), identified by trackIds. The list of release tracks of a product can be obtained by calling Products.Get. Defaults to: null.
  • tracks ([String.t]): Deprecated. Use trackIds instead. Defaults to: null.

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.AndroidEnterprise.V1.Model.ProductPolicy{
  autoInstallPolicy: GoogleApi.AndroidEnterprise.V1.Model.AutoInstallPolicy.t(),
  productId: any(),
  trackIds: [any()],
  tracks: [any()]
}

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.