Class InviteeInfo
Invitee information from a Dynamite invitation. See go/dynamite-invitee-mgmt.
Inheritance
System.Object
InviteeInfo
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class InviteeInfo : IDirectResponseSchema
Properties
Email as typed by the user when invited to Room or DM. This value will be canonicalized and hashed before retained in storage.
Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UserId
Unique, immutable ID of the User.
Declaration
[JsonProperty("userId")]
public virtual UserId UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| UserId |
Implements
Google.Apis.Requests.IDirectResponseSchema