Table of Contents

Class OrganizationLicenseStateStatesExpiringCritical

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

An organization licence state states expiring critical

[DataContract]
public class OrganizationLicenseStateStatesExpiringCritical
Inheritance
OrganizationLicenseStateStatesExpiringCritical
Inherited Members

Properties

ExpiringCount

The number of licenses that will expire in this window

[DataMember(Name = "expiringCount")]
public int ExpiringCount { get; set; }

Property Value

int

ThresholdInDays

The number of days from now denoting the critical threshold for an expiring license

[DataMember(Name = "thresholdInDays")]
public int ThresholdInDays { get; set; }

Property Value

int