GoogleApi.DisplayVideo.V1.Model.User (google_api_display_video v0.15.3) View Source
A single user in Display & Video 360.
Attributes
-
assignedUserRoles(type:list(GoogleApi.DisplayVideo.V1.Model.AssignedUserRole.t), default:nil) - The assigned user roles. Required in CreateUser. Output only in UpdateUser. Can only be updated through BulkEditAssignedUserRoles. -
displayName(type:String.t, default:nil) - Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes. -
email(type:String.t, default:nil) - Required. Immutable. The email address used to identify the user. -
name(type:String.t, default:nil) - Output only. The resource name of the user. -
userId(type:String.t, default:nil) - Output only. The unique ID of the user. Assigned by the system.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DisplayVideo.V1.Model.User{
assignedUserRoles: [GoogleApi.DisplayVideo.V1.Model.AssignedUserRole.t()],
displayName: String.t(),
email: String.t(),
name: String.t(),
userId: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.