NamedRule
Reference a pre-defined notification rule by name.
Attributes
| Attribute | Type | Description |
|---|---|---|
| name | str | The name of the pre-defined rule (scoped to project/domain). |
Constructor
Signature
def NamedRule(
name: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| name | str | The name of the pre-defined rule (scoped to project/domain). |