google_api_android_enterprise v0.7.0 GoogleApi.AndroidEnterprise.V1.Model.ProductPolicy View Source
The policy for a product.
Attributes
- autoInstallPolicy (GoogleApi.AndroidEnterprise.V1.Model.AutoInstallPolicy.t): The auto-install policy for the product. Defaults to
nil
. - managedConfiguration (GoogleApi.AndroidEnterprise.V1.Model.ManagedConfiguration.t): The managed configuration for the product. Defaults to
nil
. - productId (String.t): The ID of the product. For example, "app:com.google.android.gm". Defaults to
nil
. - trackIds (list(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
nil
. - tracks (list(String.t)): Deprecated. Use trackIds instead. Defaults to
nil
.
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()
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()]
}
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
Unwrap a decoded JSON object into its complex fields.