View Source GoogleApi.AndroidManagement.V1.Model.PersonalApplicationPolicy (google_api_android_management v0.48.2)

Policies for apps in the personal profile of a company-owned device with a work profile.

Attributes

  • installType (type: String.t, default: nil) - The type of installation to perform.
  • packageName (type: String.t, default: nil) - The package name of the application.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.PersonalApplicationPolicy{
  installType: String.t() | nil,
  packageName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.