Class AiCustomRulesetResponseAttributes

Response attributes of an AI custom ruleset.

Hierarchy

  • AiCustomRulesetResponseAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
createdAt: Date

The creation timestamp.

createdBy: string

The identifier of the user who created the ruleset.

description: string

Base64-encoded full description of the ruleset.

name: string

The ruleset name.

rules: null | AiCustomRuleItem[]

The rules contained in the ruleset.

shortDescription: string

Base64-encoded short description of the ruleset.

Generated using TypeDoc