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

The policy for a product.

Attributes

  • autoInstallPolicy (type: GoogleApi.AndroidEnterprise.V1.Model.AutoInstallPolicy.t, default: nil) - The auto-install policy for the product.
  • managedConfiguration (type: GoogleApi.AndroidEnterprise.V1.Model.ManagedConfiguration.t, default: nil) - The managed configuration for the product.
  • productId (type: String.t, default: nil) - The ID of the product. For example, "app:com.google.android.gm".
  • trackIds (type: list(String.t), default: nil) - 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.
  • tracks (type: list(String.t), default: nil) - Deprecated. Use trackIds instead.

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(),
  managedConfiguration:
    GoogleApi.AndroidEnterprise.V1.Model.ManagedConfiguration.t(),
  productId: String.t(),
  trackIds: [String.t()],
  tracks: [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.