GoogleApi.AlertCenter.V1beta1.Model.VoiceMisconfiguration (google_api_alert_center v0.27.0)
View SourceAn alert triggered when Google Voice configuration becomes invalid, generally due to an external entity being modified or deleted.
Attributes
-
entityName(type:String.t, default:nil) - Name of the entity whose configuration is now invalid. -
entityType(type:String.t, default:nil) - Type of the entity whose configuration is now invalid. -
fixUri(type:String.t, default:nil) - Link that the admin can follow to fix the issue. -
membersMisconfiguration(type:GoogleApi.AlertCenter.V1beta1.Model.TransferMisconfiguration.t, default:nil) - Issue(s) with members of a ring group. -
transferMisconfiguration(type:GoogleApi.AlertCenter.V1beta1.Model.TransferMisconfiguration.t, default:nil) - Issue(s) with transferring or forwarding to an external entity. -
voicemailMisconfiguration(type:GoogleApi.AlertCenter.V1beta1.Model.VoicemailMisconfiguration.t, default:nil) - Issue(s) with sending to voicemail.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.VoiceMisconfiguration{ entityName: String.t() | nil, entityType: String.t() | nil, fixUri: String.t() | nil, membersMisconfiguration: GoogleApi.AlertCenter.V1beta1.Model.TransferMisconfiguration.t() | nil, transferMisconfiguration: GoogleApi.AlertCenter.V1beta1.Model.TransferMisconfiguration.t() | nil, voicemailMisconfiguration: GoogleApi.AlertCenter.V1beta1.Model.VoicemailMisconfiguration.t() | nil }