View Source GoogleApi.AndroidEnterprise.V1.Model.Entitlement (google_api_android_enterprise v0.30.0)

Deprecated: New integrations cannot use this method and can refer to our new recommendations.

Attributes

  • productId (type: String.t, default: nil) - The ID of the product that the entitlement is for. For example, "app:com.google.android.gm".
  • reason (type: String.t, default: nil) - The reason for the entitlement. For example, "free" for free apps. This property is temporary: it will be replaced by the acquisition kind field of group licenses.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidEnterprise.V1.Model.Entitlement{
  productId: String.t() | nil,
  reason: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.