Class RepresentationVersionDTOPagedResult
RepresentationVersionDTOPagedResult
Inherited Members
Namespace: Unity.Services.Apis.UGC
Assembly: solution.dll
Syntax
[Preserve]
public class RepresentationVersionDTOPagedResult
Constructors
RepresentationVersionDTOPagedResult(int, int, int, List<RepresentationVersionDTO>)
Initializes a new instance of the RepresentationVersionDTOPagedResult class.
Declaration
[Preserve]
public RepresentationVersionDTOPagedResult(int offset = 0, int limit = 0, int total = 0, List<RepresentationVersionDTO> results = null)
Parameters
| Type | Name | Description |
|---|---|---|
| int | offset | offset (required). |
| int | limit | limit (required). |
| int | total | total (required). |
| List<RepresentationVersionDTO> | results | results (required). |
Properties
Limit
Gets or Sets Limit
Declaration
[Preserve]
public int Limit { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Offset
Gets or Sets Offset
Declaration
[Preserve]
public int Offset { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Results
Gets or Sets Results
Declaration
[Preserve]
public List<RepresentationVersionDTO> Results { get; set; }
Property Value
| Type | Description |
|---|---|
| List<RepresentationVersionDTO> |
Total
Gets or Sets Total
Declaration
[Preserve]
public int Total { get; set; }
Property Value
| Type | Description |
|---|---|
| int |