Table of Contents

Class NetworksSwitchPortsProfileUpdateRequest

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

Networks Switch Ports Profile Update Request

[DataContract]
public class NetworksSwitchPortsProfileUpdateRequest
Inheritance
NetworksSwitchPortsProfileUpdateRequest
Inherited Members

Constructors

NetworksSwitchPortsProfileUpdateRequest()

public NetworksSwitchPortsProfileUpdateRequest()

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

Tags

Space-separated list of tags

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

Property Value

List<string>