google_api_android_management v0.18.0 GoogleApi.AndroidManagement.V1.Model.ApplicationPermission View Source

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.

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.ApplicationPermission{
  description: String.t(),
  name: String.t(),
  permissionId: 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.