Table of Contents

Class Pagination

Namespace
Autodesk.ACC.AccountAdmin.Models
Assembly
Autodesk.ACC.AccountAdmin.dll

The information on the current page of a response.

public class Pagination : IParsable
Inheritance
Pagination
Implements
IParsable
Inherited Members

Properties

Limit

The number of results to include in the response.

public int? Limit { get; }

Property Value

int?

NextUrl

Url for the next page of records.

public UntypedNode? NextUrl { get; }

Property Value

UntypedNode

Offset

The record number to start with.

public int? Offset { get; }

Property Value

int?

PreviousUrl

Url for the previous page of records.

public UntypedNode? PreviousUrl { get; }

Property Value

UntypedNode

TotalResults

The total number of records.

public int? TotalResults { get; }

Property Value

int?

Methods

CreateFromDiscriminatorValue(IParseNode)

Creates a new instance of the appropriate class based on discriminator value

public static Pagination CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

The parse node to use to read the discriminator value and create the object

Returns

Pagination

A Pagination

GetFieldDeserializers()

The deserialization information for the current model

public virtual IDictionary<string, Action<IParseNode>> GetFieldDeserializers()

Returns

IDictionary<string, Action<IParseNode>>

A IDictionary<string, Action<IParseNode>>

Serialize(ISerializationWriter)

Serializes information the current object

public virtual void Serialize(ISerializationWriter writer)

Parameters

writer ISerializationWriter

Serialization writer to use to serialize this model