Table of Contents

Class AdaptivePolicyGroupPolicyObjects

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

Policy objects

[DataContract]
public class AdaptivePolicyGroupPolicyObjects
Inheritance
AdaptivePolicyGroupPolicyObjects
Inherited Members

Properties

Id

The ID of the policy object

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

Property Value

string

Name

The name of the policy object

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

Property Value

string