Class CreateDataDeletionRequestBodyAttributes

Attributes for creating a data deletion request.

Hierarchy

  • CreateDataDeletionRequestBodyAttributes

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
from: number

Start of requested time window, milliseconds since Unix epoch.

indexes?: string[]

List of indexes for the search. If not provided, the search is performed in all indexes.

query: {
    [key: string]: string;
}

Query for creating a data deletion request.

Type declaration

  • [key: string]: string
to: number

End of requested time window, milliseconds since Unix epoch.

Generated using TypeDoc