Class AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponseError
Network that failed to update and its error
[DataContract]
public class AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponseError
- Inheritance
-
AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponseError
- Inherited Members
Constructors
AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponseError()
public AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponseError()
Properties
Error
Errors with the network as a whole
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "error")]
public string Error { get; set; }
Property Value
Network
Network
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "network")]
public AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponseErrorNetwork Network { get; set; }