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

A permission required by the app.

Attributes

  • description (type: String.t, default: nil) - A longer description of the permission, providing more detail on what it affects. Localized.
  • name (type: String.t, default: nil) - The name of the permission. Localized.
  • permissionId (type: String.t, default: nil) - An opaque string uniquely identifying the permission. Not localized.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.ApplicationPermission{
  description: String.t() | nil,
  name: String.t() | nil,
  permissionId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.