ReusableDelegationSetLimit class
A complex type that contains the type of limit that you specified in the request and the current value for that limit.
Constructors
- ReusableDelegationSetLimit({required ReusableDelegationSetLimitType type, required int value})
- ReusableDelegationSetLimit.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → ReusableDelegationSetLimitType
-
The limit that you requested:
MAX_ZONES_BY_REUSABLE_DELEGATION_SET
, the maximum number of hosted zones that you can associate with the specified reusable delegation set.final - value → int
-
The current value for the
MAX_ZONES_BY_REUSABLE_DELEGATION_SET
limit.final
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