Table of Contents

Class NetworksSwitchPortsProfileAutomation

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

Associated Automation

[DataContract]
public class NetworksSwitchPortsProfileAutomation
Inheritance
NetworksSwitchPortsProfileAutomation
Inherited Members

Constructors

NetworksSwitchPortsProfileAutomation()

public NetworksSwitchPortsProfileAutomation()

Properties

Id

The ID of the associated automation

[DataMember(Name = "id")]
[ApiAccess(ApiAccess.Read)]
public string? Id { get; set; }

Property Value

string

Name

The name of the associated automation

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

Property Value

string