Class AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponse
Administered Licensing Subscription Networks Feature Tiers Update Response.
[DataContract]
public class AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponse
- Inheritance
-
AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponse
- Inherited Members
Constructors
AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponse()
public AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponse()
Properties
Errors
Networks that failed to update and their errors
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "errors")]
public List<AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponseError> Errors { get; set; }
Property Value
Items
Successfully updated networks
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "items")]
public List<AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponseItem> Items { get; set; }