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

A user resource.

Attributes

  • accessState (type: String.t, default: nil) - Output only. The state of the user's access to the Play Console.
  • developerAccountPermissions (type: list(String.t), default: nil) - Permissions for the user which apply across the developer account.
  • email (type: String.t, default: nil) - Immutable. The user's email address.
  • expirationTime (type: DateTime.t, default: nil) - The time at which the user's access expires, if set. When setting this value, it must always be in the future.
  • grants (type: list(GoogleApi.AndroidPublisher.V3.Model.Grant.t), default: nil) - Output only. Per-app permissions for the user.
  • name (type: String.t, default: nil) - Required. Resource name for this user, following the pattern "developers/{developer}/users/{email}".
  • partial (type: boolean(), default: nil) - Output only. Whether there are more permissions for the user that are not represented here. This can happen if the caller does not have permission to manage all apps in the account. This is also true if this user is the account owner. If this field is true, it should be taken as a signal that this user cannot be fully managed via the API. That is, the API caller is not be able to manage all of the permissions this user holds, either because it doesn't know about them or because the user is the account owner.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.User{
  accessState: String.t() | nil,
  developerAccountPermissions: [String.t()] | nil,
  email: String.t() | nil,
  expirationTime: DateTime.t() | nil,
  grants: [GoogleApi.AndroidPublisher.V3.Model.Grant.t()] | nil,
  name: String.t() | nil,
  partial: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.