The metadata of the data deletion response.

Hierarchy

  • DataDeletionResponseMeta

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
countProduct?: {
    [key: string]: number;
}

The total deletion requests created by product.

Type declaration

  • [key: string]: number
countStatus?: {
    [key: string]: number;
}

The total deletion requests created by status.

Type declaration

  • [key: string]: number
nextPage?: string

The next page when searching deletion requests created in the current organization.

product?: string

The product of the deletion request.

requestStatus?: string

The status of the executed request.

Generated using TypeDoc