Class PatchTableRequestDataAttributesSchema

The definition of PatchTableRequestDataAttributesSchema object.

Hierarchy

  • PatchTableRequestDataAttributesSchema

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

The schema fields.

primaryKeys: string[]

List of field names that serve as primary keys for the table. Only one primary key is supported, and it is used as an ID to retrieve rows.

Generated using TypeDoc