GoogleApi.AndroidEnterprise.V1.Model.ProductPolicy (google_api_android_enterprise v0.24.0) 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. -
autoUpdateMode
(type:String.t
, default:nil
) - The auto-update mode 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
Specs
t() :: %GoogleApi.AndroidEnterprise.V1.Model.ProductPolicy{ autoInstallPolicy: GoogleApi.AndroidEnterprise.V1.Model.AutoInstallPolicy.t() | nil, autoUpdateMode: String.t() | nil, managedConfiguration: GoogleApi.AndroidEnterprise.V1.Model.ManagedConfiguration.t() | nil, productId: String.t() | nil, trackIds: [String.t()] | nil, tracks: [String.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.