Table of Contents

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

Code string

Code indicating the status of the request.

Message string

More detailed status description.

Properties

Code

Code indicating the status of the request.

[JsonPropertyName("code")]
public string Code { get; init; }

Property Value

string

Message

More detailed status description.

[JsonPropertyName("message")]
public string Message { get; init; }

Property Value

string