Table of Contents

Class OrganizationSwitchPortsProfilesNetworksAssignmentsBatchCreateResponse

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

Organization Switch Ports Profiles Networks Assignments Batch Create Response

[DataContract]
public class OrganizationSwitchPortsProfilesNetworksAssignmentsBatchCreateResponse
Inheritance
OrganizationSwitchPortsProfilesNetworksAssignmentsBatchCreateResponse
Inherited Members

Constructors

OrganizationSwitchPortsProfilesNetworksAssignmentsBatchCreateResponse()

public OrganizationSwitchPortsProfilesNetworksAssignmentsBatchCreateResponse()

Properties

Items

List of Network - Smart Port Profile associations

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

Property Value

List<OrganizationSwitchPortsProfilesNetworksAssignment>