google_api_android_management v0.10.0 GoogleApi.AndroidManagement.V1.Model.Application View Source

Information about an app.

Attributes

  • managedProperties (type: list(GoogleApi.AndroidManagement.V1.Model.ManagedProperty.t), default: nil) - The set of managed properties available to be pre-configured for the app.
  • name (type: String.t, default: nil) - The name of the app in the form enterprises/{enterpriseId}/applications/{package_name}.
  • permissions (type: list(GoogleApi.AndroidManagement.V1.Model.ApplicationPermission.t), default: nil) - The permissions required by the app.
  • title (type: String.t, default: nil) - The title of the app. Localized.

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() :: %GoogleApi.AndroidManagement.V1.Model.Application{
  managedProperties: [GoogleApi.AndroidManagement.V1.Model.ManagedProperty.t()],
  name: String.t(),
  permissions: [GoogleApi.AndroidManagement.V1.Model.ApplicationPermission.t()],
  title: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.