Table of Contents

Class ItemsResponseMetaCountsItems

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll
public class ItemsResponseMetaCountsItems
Inheritance
ItemsResponseMetaCountsItems
Inherited Members

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?