Table of Contents

Class OrganizationSwitchPortsProfileAutomationCreateRequestSwitch

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

Configuration settings for switch

[DataContract]
public class OrganizationSwitchPortsProfileAutomationCreateRequestSwitch
Inheritance
OrganizationSwitchPortsProfileAutomationCreateRequestSwitch
Inherited Members

Constructors

OrganizationSwitchPortsProfileAutomationCreateRequestSwitch()

public OrganizationSwitchPortsProfileAutomationCreateRequestSwitch()

Properties

PortIds

List of port ids

[DataMember(Name = "portIds")]
public List<string>? PortIds { get; set; }

Property Value

List<string>

Serial

Serial number of the switch

[DataMember(Name = "serial")]
public string? Serial { get; set; }

Property Value

string