Table of Contents

Class SecureConnectReponseMeta

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

int

Page

The number of the page in the collection.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "page")]
public int Page { get; set; }

Property Value

int

Total

The total number of items in the collection.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "total")]
public int Total { get; set; }

Property Value

int