GoogleApi.AndroidPublisher.V3.Model.User (google_api_android_publisher v0.29.0) View Source
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. -
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.
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.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 }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.