Class SecureConnectReponseMeta
SecureConnectDestinationListsMeta
[DataContract]
public class SecureConnectReponseMeta
- Inheritance
-
SecureConnectReponseMeta
- Inherited Members
Constructors
SecureConnectReponseMeta()
public SecureConnectReponseMeta()
Properties
Limit
The maximum number of items that are returned on the page.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "limit")]
public int Limit { get; set; }
Property Value
Page
The number of the page in the collection.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "page")]
public int Page { get; set; }
Property Value
Total
The total number of items in the collection.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "total")]
public int Total { get; set; }