Table of Contents

Class AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponse

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

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

List<AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponseError>

Items

Successfully updated networks

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "items")]
public List<AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponseItem> Items { get; set; }

Property Value

List<AdministeredLicensingSubscriptionNetworksFeatureTiersUpdateResponseItem>