Class CreateServiceNowTicketRequestDataAttributes

Attributes of the ServiceNow ticket to create.

Hierarchy

  • CreateServiceNowTicketRequestDataAttributes

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
assigneeId?: string

Unique identifier of the Datadog user assigned to the case backing the ServiceNow ticket.

description?: string

Description of the ServiceNow ticket. If not provided, the description will be automatically generated.

priority?: CasePriority

Case priority

title?: string

Title of the ServiceNow ticket. If not provided, the title will be automatically generated.

Generated using TypeDoc