Class TransferError
Details for an invalid transfer or forward.
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class TransferError : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
User's email address. This may be unavailable if the entity was deleted.
Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityType
Type of entity being transferred to. For ring group members, this should always be USER.
Declaration
[JsonProperty("entityType")]
public virtual string EntityType { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Ring group or auto attendant ID. Not set for users.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
InvalidReason
Reason for the error.
Declaration
[JsonProperty("invalidReason")]
public virtual string InvalidReason { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
User's full name, or the ring group / auto attendant name. This may be unavailable if the entity was deleted.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |