Class InviteeInfo
Invitee information from a Dynamite invitation. See go/dynamite-invitee-mgmt.
Inheritance
object
InviteeInfo
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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 |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserId
Unique, immutable ID of the User.
Declaration
[JsonProperty("userId")]
public virtual UserId UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| UserId |