CapGdlrCommandBus.RateLimitInfo¶
Inherits: RefCounted < Object
Rate-limit details of a CapGdlrCommandBus.CommandResult.
Properties¶
Methods¶
void |
_init(limited_: bool = false, policy_id_: StringName = &””) |
to_dict() |
|
from_dict(serialized: Dictionary) static |
Property Descriptions¶
True when a rate limit rejected the command.
StringName policy_id 🔗
Identifier of the policy that limited the command.
Method Descriptions¶
void _init(limited_: bool = false, policy_id_: StringName = &””) 🔗
Creates rate-limit details.
Dictionary to_dict() 🔗
Serializes the details. See from_dict().
CapGdlrCommandBus.RateLimitInfo from_dict(serialized: Dictionary) static 🔗
Restores details from the output of to_dict().