Details of the Git commit associated with the test result.

Hierarchy

  • SyntheticsTestResultGitCommit

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

A Git user (author or committer).

A Git user (author or committer).

message?: string

Commit message.

sha?: string

Commit SHA.

url?: string

URL of the commit.

Generated using TypeDoc