Table of Contents

Class OrganizationLicensingCotermLicenseMoveResponseLicenseCount

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

Counts of the license by model type

[DataContract]
public class OrganizationLicensingCotermLicenseMoveResponseLicenseCount
Inheritance
OrganizationLicensingCotermLicenseMoveResponseLicenseCount
Inherited Members

Constructors

OrganizationLicensingCotermLicenseMoveResponseLicenseCount()

public OrganizationLicensingCotermLicenseMoveResponseLicenseCount()

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