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

Constructors

LicensingSubscriptionClaimCounts()

public LicensingSubscriptionClaimCounts()

Properties

Networks

Number of networks bound to this subscription

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

Property Value

int

Organizations

Number of organizations bound to this subscription

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

Property Value

int

Seats

Seat distribution counts

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

Property Value

LicensingSubscriptionClaimCountsSeats