Show / Hide Table of Contents

Class VoiceMisconfiguration

An alert triggered when Google Voice configuration becomes invalid, generally due to an external entity being modified or deleted.

Inheritance
object
VoiceMisconfiguration
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 VoiceMisconfiguration : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EntityName

Name of the entity whose configuration is now invalid.

Declaration
[JsonProperty("entityName")]
public virtual string EntityName { get; set; }
Property Value
Type Description
string

EntityType

Type of the entity whose configuration is now invalid.

Declaration
[JsonProperty("entityType")]
public virtual string EntityType { get; set; }
Property Value
Type Description
string

FixUri

Link that the admin can follow to fix the issue.

Declaration
[JsonProperty("fixUri")]
public virtual string FixUri { get; set; }
Property Value
Type Description
string

MembersMisconfiguration

Issue(s) with members of a ring group.

Declaration
[JsonProperty("membersMisconfiguration")]
public virtual TransferMisconfiguration MembersMisconfiguration { get; set; }
Property Value
Type Description
TransferMisconfiguration

TransferMisconfiguration

Issue(s) with transferring or forwarding to an external entity.

Declaration
[JsonProperty("transferMisconfiguration")]
public virtual TransferMisconfiguration TransferMisconfiguration { get; set; }
Property Value
Type Description
TransferMisconfiguration

VoicemailMisconfiguration

Issue(s) with sending to voicemail.

Declaration
[JsonProperty("voicemailMisconfiguration")]
public virtual VoicemailMisconfiguration VoicemailMisconfiguration { get; set; }
Property Value
Type Description
VoicemailMisconfiguration

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX