Show / Hide Table of Contents

Class TransferError

Details for an invalid transfer or forward.

Inheritance
object
TransferError
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Email

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX