Interface DataDeletionApiGetDataDeletionRequestsRequest

Hierarchy

  • DataDeletionApiGetDataDeletionRequestsRequest

Properties

nextPage?: string

The next page of the previous search. If the next_page parameter is included, the rest of the query elements are ignored.

pageSize?: number

Sets the page size of the search.

product?: string

Retrieve only the requests related to the given product.

query?: string

Retrieve only the requests that matches the given query.

status?: string

Retrieve only the requests with the given status.

Generated using TypeDoc