Table of Contents

Class EmbeddedResponse<T>

Namespace
Vonage.Common
Assembly
Vonage.dll

Represents an Embedded JSON response with a custom content.

public record EmbeddedResponse<T> : IEquatable<EmbeddedResponse<T>>

Type Parameters

T

Type of the content.

Inheritance
EmbeddedResponse<T>
Implements
Inherited Members

Constructors

EmbeddedResponse(T)

Represents an Embedded JSON response with a custom content.

public EmbeddedResponse(T Content)

Parameters

Content T

The embedded content.

Properties

Content

The embedded content.

[JsonPropertyName("_embedded")]
public T Content { get; init; }

Property Value

T