Table of Contents

Class ItemsResponseMetaCountsItems

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

Items Response Meta Counts Items

public class ItemsResponseMetaCountsItems
Inheritance
ItemsResponseMetaCountsItems
Inherited Members

Constructors

ItemsResponseMetaCountsItems()

public ItemsResponseMetaCountsItems()

Properties

Remaining

Remaining number of Items

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "remaining")]
public int? Remaining { get; set; }

Property Value

int?

Total

Total number of Items

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

Property Value

int?