Table of Contents

Class LicensingSubscriptionClaimCounts

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

Numeric breakdown of network and entitlement counts

[DataContract]
public class LicensingSubscriptionClaimCounts
Inheritance
LicensingSubscriptionClaimCounts
Inherited Members

Properties

Networks

Number of networks bound to this subscription

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

Property Value

int

Seats

Subscription expiration date

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "endDate")]
public LicensingSubscriptionClaimCountsSeats Seats { get; set; }

Property Value

LicensingSubscriptionClaimCountsSeats