Linear issue associated with the case.

Hierarchy

  • FindingLinearIssue

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

Error message if the Linear issue creation failed.

Result of the Linear issue creation.

status?: string

Status of the Linear issue creation. Can be "COMPLETED" if the Linear issue was created successfully, or "FAILED" if the Linear issue creation failed.

Generated using TypeDoc