RateBasedStatementManagedKeysIPSet class
  The set of IP addresses that are currently blocked for a rate-based
statement.
    
  Constructors
- 
          RateBasedStatementManagedKeysIPSet({List<String> ? addresses, IPAddressVersion? iPAddressVersion})
- 
          RateBasedStatementManagedKeysIPSet.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- 
  addresses
  → List<String> ?
- 
  The IP addresses that are currently blocked.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- iPAddressVersion → IPAddressVersion?
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited