Table of Contents

Class OrganizationLicenseStateStatesExpiring

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

An organization licence state states expiring

[DataContract]
public class OrganizationLicenseStateStatesExpiring
Inheritance
OrganizationLicenseStateStatesExpiring
Inherited Members

Properties

Count

The number of expiring licenses

[DataMember(Name = "count")]
public int Count { get; set; }

Property Value

int

Critical

Data for the critical threshold

[DataMember(Name = "critical")]
public OrganizationLicenseStateStatesExpiringCritical Critical { get; set; }

Property Value

OrganizationLicenseStateStatesExpiringCritical

Warning

Data for the warning threshold

[DataMember(Name = "warning")]
public OrganizationLicenseStateStatesExpiringWarning Warning { get; set; }

Property Value

OrganizationLicenseStateStatesExpiringWarning