Class RulesetRespDataAttributesRulesItemsReferenceTable

The definition of RulesetRespDataAttributesRulesItemsReferenceTable object.

Hierarchy

  • RulesetRespDataAttributesRulesItemsReferenceTable

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
caseInsensitivity?: boolean

The reference_table case_insensitivity.

The reference_table field_pairs.

ifNotExists?: boolean

The reference_table if_not_exists.

sourceKeys: string[]

The reference_table source_keys.

tableName: string

The reference_table table_name.

Generated using TypeDoc