Table of Contents

Class IpRestrictionsForKeys

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

Ip Restrictions For Keys

[DataContract]
public class IpRestrictionsForKeys
Inheritance
IpRestrictionsForKeys
Inherited Members

Constructors

IpRestrictionsForKeys()

public IpRestrictionsForKeys()

Properties

Enabled

Whether enabled

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

Property Value

bool

Ranges

Gets the ranges

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

Property Value

List<string>