Class AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponseErrorNetworkProductType
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
FeatureTier
Feature tier
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "featureTier")]
public FeatureTier FeatureTier { get; set; }
Property Value
ProductType
Product type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "productType")]
public ProductType ProductType { get; set; }