Table of Contents

Class SwitchPortAssignedAdaptivePolicyGroup

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

An asaptive policy group assigned to a Port

[DataContract]
public class SwitchPortAssignedAdaptivePolicyGroup
Inheritance
SwitchPortAssignedAdaptivePolicyGroup
Inherited Members

Properties

Id

The ID of the adaptive policy group.

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

Property Value

string

Name

The name of the adaptive policy group.

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

Property Value

string