Class PaginationResponse<T>
PaginationResponse
Inheritance
System.Object
PaginationResponse<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class PaginationResponse<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
Items
Items
Declaration
public List<T> Items { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<T> |
Limit
Limit
Declaration
public int? Limit { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Next
Next
Declaration
public string Next { get; }
Property Value
Type | Description |
---|---|
System.String |
Offset
Offset
Declaration
public int? Offset { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Previous
Previous
Declaration
public string Previous { get; }
Property Value
Type | Description |
---|---|
System.String |
TotalCount
TotalCount
Declaration
public long? TotalCount { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |