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

A permission required by the app.

Attributes

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

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: any(),
  name: any(),
  permissionId: any()
}

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.