Table of Contents

Class OrganizationLicenseStateStatesExpiringWarning

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

An organization licence state states expiring warning

[DataContract]
public class OrganizationLicenseStateStatesExpiringWarning
Inheritance
OrganizationLicenseStateStatesExpiringWarning
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 warning threshold for an expiring license

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

Property Value

int