Table of Contents

Class OrganizationLicensingCotermLicenseCount

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

License by model type count.

[DataContract]
public class OrganizationLicensingCotermLicenseCount
Inheritance
OrganizationLicensingCotermLicenseCount
Inherited Members

Constructors

OrganizationLicensingCotermLicenseCount()

public OrganizationLicensingCotermLicenseCount()

Properties

Count

The number of counts the license contains of this model

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

Property Value

int

Model

The license model type

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "model")]
public string Model { get; set; }

Property Value

string