Class IpRestrictionsForKeys
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
Ranges
Gets the ranges
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "ranges")]
public List<string> Ranges { get; set; }