Table of Contents

Class IssuesDefinition_pagination

Namespace
Autodesk.ACC.Issues.Models
Assembly
Autodesk.ACC.Issues.dll

The pagination object defining the limit, offset, total number of issues, next and previous URL

public class IssuesDefinition_pagination : IParsable
Inheritance
IssuesDefinition_pagination
Implements
IParsable
Inherited Members

Properties

Limit

The maximum number of issues to be returned in each page

public int? Limit { get; set; }

Property Value

int?

Offset

The offset defining the start position from where the issues are returned

public int? Offset { get; set; }

Property Value

int?

TotalResults

The total number of issues including the ones of the current page

public int? TotalResults { get; set; }

Property Value

int?

Methods

CreateFromDiscriminatorValue(IParseNode)

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

public static IssuesDefinition_pagination CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

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

Returns

IssuesDefinition_pagination

A IssuesDefinition_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