Table of Contents

Class OptInSearchResponse

Namespace
Vonage.ShortCodes
Assembly
Vonage.dll

Represents the response from querying opt-in records for a short code.

public class OptInSearchResponse
Inheritance
OptInSearchResponse
Inherited Members

Properties

OptInCount

Gets or sets the total number of opt-in records matching the query.

[JsonProperty("opt-in-count")]
public string OptInCount { get; set; }

Property Value

string

OptInList

Gets or sets the list of opt-in records. See OptInRecord for details on each record.

[JsonProperty("opt-in-list")]
public OptInRecord[] OptInList { get; set; }

Property Value

OptInRecord[]