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

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}". If this grant is for a draft app, the app ID will be used in this resource name instead of the package name.
  • packageName (type: String.t, default: nil) - Immutable. The package name of the app. This will be empty for draft apps.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.