Table of Contents

Class OptInQueryRequest

Namespace
Vonage.ShortCodes
Assembly
Vonage.dll

Represents a request to query opt-in records for a short code with pagination support.

public class OptInQueryRequest
Inheritance
OptInQueryRequest
Inherited Members

Properties

Page

Gets or sets the page number to retrieve (1-indexed).

[JsonProperty("page")]
public string Page { get; set; }

Property Value

string

PageSize

Gets or sets the number of records to return per page.

[JsonProperty("page-size")]
public string PageSize { get; set; }

Property Value

string