GoogleApi.CloudIdentity.V1.Model.UserInvitation (google_api_cloud_identity v0.21.0) View Source
UserInvitation to join a Google Workspace organization.
Attributes
-
mailsSentCount(type:String.t, default:nil) - Number of invitation emails sent to the user. -
name(type:String.t, default:nil) - Shall be of the formcustomers/{customer}/userinvitations/{user_email_address} -
state(type:String.t, default:nil) - State of theUserInvitation. -
updateTime(type:DateTime.t, default:nil) - Time when theUserInvitationwas last updated.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudIdentity.V1.Model.UserInvitation{
mailsSentCount: String.t(),
name: String.t(),
state: String.t(),
updateTime: DateTime.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.