Table of Contents

Class OrganizationSwitchPortsProfileAutomationItemNetwork

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

Associated Network

[DataContract]
public class OrganizationSwitchPortsProfileAutomationItemNetwork
Inheritance
OrganizationSwitchPortsProfileAutomationItemNetwork
Inherited Members

Constructors

OrganizationSwitchPortsProfileAutomationItemNetwork()

public OrganizationSwitchPortsProfileAutomationItemNetwork()

Properties

Id

The ID of the network / associated node group

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

Property Value

string

Name

The name of network / associated node group

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

Property Value

string