Table of Contents

Class AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponseErrorNetworkProductType

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

Product type

[DataContract]
public class AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponseErrorNetworkProductType
Inheritance
AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponseErrorNetworkProductType
Inherited Members

Constructors

AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponseErrorNetworkProductType()

public AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponseErrorNetworkProductType()

Properties

Error

Error message from feature tier update

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

Property Value

string

FeatureTier

Feature tier

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "featureTier")]
public FeatureTier FeatureTier { get; set; }

Property Value

FeatureTier

ProductType

Product type

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

Property Value

ProductType