Table of Contents

Class CreatePhoneProviderSendTestResponseContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record CreatePhoneProviderSendTestResponseContent : IJsonOnDeserialized, IEquatable<CreatePhoneProviderSendTestResponseContent>
Inheritance
CreatePhoneProviderSendTestResponseContent
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Code

The status code of the operation.

[JsonPropertyName("code")]
public double? Code { get; set; }

Property Value

double?

Message

The description of the operation status.

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

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.