Table of Contents

Class NetworksSwitchPortsProfileCreateRequest

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

Networks Switch Ports Profile Create Request

[DataContract]
public class NetworksSwitchPortsProfileCreateRequest
Inheritance
NetworksSwitchPortsProfileCreateRequest
Inherited Members

Constructors

NetworksSwitchPortsProfileCreateRequest()

public NetworksSwitchPortsProfileCreateRequest()

Properties

Description

Text describing the profile

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

Property Value

string

Name

The name of the profile

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

Property Value

string

Port

Configuration settings for port profile

[DataMember(Name = "port")]
public NetworksSwitchPortsProfilePort? Port { get; set; }

Property Value

NetworksSwitchPortsProfilePort