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