Table of Contents

Class SwitchPortAssignedSchedule

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

A Schedule Assigned to a Port

[DataContract]
public class SwitchPortAssignedSchedule
Inheritance
SwitchPortAssignedSchedule
Inherited Members

Properties

Id

ID of the assigned schedule

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

Property Value

string

Name

Name of the assigned schedule

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

Property Value

string