Table of Contents

Class SwitchPortScheduleCreationRequest

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

CreateNetworkSwitchPortSchedule

[DataContract]
public class SwitchPortScheduleCreationRequest
Inheritance
SwitchPortScheduleCreationRequest
Inherited Members

Properties

Name

The name for your port schedule. Required

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

Property Value

string

The name for your port schedule. Required

PortSchedule

Gets or Sets PortSchedule

[DataMember(Name = "portSchedule")]
public PortSchedule PortSchedule { get; set; }

Property Value

PortSchedule