UserInvitation class

The UserInvitation resource represents an email that can be sent to an unmanaged user account inviting them to join the customer's Google Workspace or Cloud Identity account.

An unmanaged account shares an email address domain with the Google Workspace or Cloud Identity account but is not managed by it yet. If the user accepts the UserInvitation, the user account will become managed.

Constructors

UserInvitation({String? mailsSentCount, String? name, String? state, String? updateTime})
UserInvitation.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
mailsSentCount String?
Number of invitation emails sent to the user.
getter/setter pair
name String?
Shall be of the form customers/{customer}/userinvitations/{user_email_address}.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
State of the UserInvitation. Possible string values are:
getter/setter pair
updateTime String?
Time when the UserInvitation was last updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited