Table of Contents

Class IpRestrictionsForKeys

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll
[DataContract]
public class IpRestrictionsForKeys
Inheritance
IpRestrictionsForKeys
Inherited Members

Properties

Enabled

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }

Property Value

bool

Ranges

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "ranges")]
public List<string> Ranges { get; set; }

Property Value

List<string>