Table of Contents

Class GetAddressesEmbedded

Namespace
Vonage.Voice.Emergency.GetAddresses
Assembly
Vonage.dll

Contains the embedded list of addresses in a paginated response.

public record GetAddressesEmbedded : IEquatable<GetAddressesEmbedded>
Inheritance
GetAddressesEmbedded
Implements
Inherited Members

Constructors

GetAddressesEmbedded(Address[])

Contains the embedded list of addresses in a paginated response.

public GetAddressesEmbedded(Address[] Addresses)

Parameters

Addresses Address[]

The array of emergency addresses.

Properties

Addresses

The array of emergency addresses.

[JsonPropertyName("addresses")]
public Address[] Addresses { get; init; }

Property Value

Address[]