Class IpRestrictionsForKeys
[DataContract]
public class IpRestrictionsForKeys
- Inheritance
-
IpRestrictionsForKeys
- Inherited Members
Properties
Enabled
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }
Property Value
Ranges
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "ranges")]
public List<string> Ranges { get; set; }