Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.18 KB

VerifiedCallsDisplayProfileCallReasonsInner.md

File metadata and controls

32 lines (20 loc) · 1.18 KB

VerifiedCallsDisplayProfileCallReasonsInner

The Call Reason to be displayed to the call recipient

Properties

Name Type Description Notes
recordType String [optional] [readonly]
id UUID [optional] [readonly]
reason String The Call Reason text to be displayed to the call recipient [optional]
googleVerificationStatus GoogleVerificationStatusEnum The approval status of this individual call reason in Google [optional] [readonly]
googleApprovalInfo String Additional information about the decision, if available. [optional] [readonly]
displayProfileId UUID [optional] [readonly]
delete Boolean Marks the Phone Number to be removed from the Display Profile [optional]

Enum: GoogleVerificationStatusEnum

Name Value
STATE_UNSPECIFIED "STATE_UNSPECIFIED"
PENDING_APPROVAL "PENDING_APPROVAL"
APPROVED "APPROVED"
DENIED "DENIED"
PENDING_REMOVAL "PENDING_REMOVAL"