Class DORAListDeploymentsRequestAttributes

Attributes to get a list of deployments.

Hierarchy

  • DORAListDeploymentsRequestAttributes

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?: Date

Minimum timestamp for requested events.

limit?: number

Maximum number of events in the response.

query?: string

Search query with event platform syntax.

sort?: string

Sort order (prefixed with - for descending).

to?: Date

Maximum timestamp for requested events.

Generated using TypeDoc