Required metadata associated with a ruleset.
Signature:
export interface RulesetMetadata
Properties
Property | Type | Description |
---|---|---|
createTime | string | Creation time of the Ruleset as a UTC timestamp string. |
name | string | Name of the Ruleset as a short string. This can be directly passed into APIs like and . |
RulesetMetadata.createTime
Creation time of the Ruleset
as a UTC timestamp string.
Signature:
readonly createTime: string;
RulesetMetadata.name
Name of the Ruleset
as a short string. This can be directly passed into APIs like and .
Signature:
readonly name: string;