Class PageInfo
PageInfo
Inherited Members
Namespace: Unity.Services.Apis.Admin.Leaderboards
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "PageInfo")]
[Preserve]
public class PageInfo
Constructors
PageInfo(string)
Initializes a new instance of the PageInfo class.
Declaration
[Preserve]
public PageInfo(string endCursor = null)
Parameters
Type | Name | Description |
---|---|---|
string | endCursor | endCursor. |
Properties
EndCursor
Gets or Sets EndCursor
Declaration
[DataMember(Name = "endCursor", EmitDefaultValue = false)]
[Preserve]
public string EndCursor { get; set; }
Property Value
Type | Description |
---|---|
string |