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 form customers/{customer}/userinvitations/{user_email_address}
  • state (type: String.t, default: nil) - State of the UserInvitation.
  • updateTime (type: DateTime.t, default: nil) - Time when the UserInvitation was 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

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.