Table of Contents

Class OrganizationLicensingCotermLicenseEdition

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

Edition of a license for a specific product type.

[DataContract]
public class OrganizationLicensingCotermLicenseEdition
Inheritance
OrganizationLicensingCotermLicenseEdition
Inherited Members

Constructors

OrganizationLicensingCotermLicenseEdition()

public OrganizationLicensingCotermLicenseEdition()

Properties

Edition

The name of the license edition

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

Property Value

string

ProductType

The product type of the license edition

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

Property Value

string