Class InsightStatus
- Namespace
- Vonage.IdentityInsights.GetInsights
- Assembly
- Vonage.dll
Indicates the status of the information returned for the specified phone number.
public record InsightStatus : IEquatable<InsightStatus>
- Inheritance
-
InsightStatus
- Implements
- Inherited Members
Constructors
InsightStatus(string, string)
Indicates the status of the information returned for the specified phone number.
public InsightStatus(string Code, string Message)
Parameters
CodestringCode indicating the status of the request.
MessagestringMore detailed status description.
Properties
Code
Code indicating the status of the request.
[JsonPropertyName("code")]
public string Code { get; init; }
Property Value
Message
More detailed status description.
[JsonPropertyName("message")]
public string Message { get; init; }