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

Attributes

  • install (type: list(GoogleApi.AndroidEnterprise.V1.Model.Install.t), default: nil) - An installation of an app for a user on a specific device. The existence of an install implies that the user must have an entitlement to the app.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidEnterprise.V1.Model.InstallsListResponse{
  install: [GoogleApi.AndroidEnterprise.V1.Model.Install.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.