GoogleApi.AndroidPublisher.V3.Model.Grant (google_api_android_publisher v0.29.0) View Source

An access grant resource.

Attributes

  • appLevelPermissions (type: list(String.t), default: nil) - The permissions granted to the user for this app.
  • name (type: String.t, default: nil) - Required. Resource name for this grant, following the pattern "developers/{developer}/users/{email}/grants/{package_name}".
  • packageName (type: String.t, default: nil) - Immutable. The package name of the app.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AndroidPublisher.V3.Model.Grant{
  appLevelPermissions: [String.t()] | nil,
  name: String.t() | nil,
  packageName: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.