Type Alias entity_Run

entity_Run: {
    creationTimestamp?: string;
    id?: number;
    logs?: string;
    result?: string;
    stack?: entity_Stack;
    status?: constant_RunStatus;
    trace?: string;
    type?: constant_RunType;
    updateTimestamp?: string;
    workspace?: string;
}

Type declaration

  • OptionalcreationTimestamp?: string

    CreationTimestamp is the timestamp of the created for the run.

  • Optionalid?: number

    ID is the id of the run.

  • Optionallogs?: string

    Logs is the logs of the run.

  • Optionalresult?: string

    Result is the result of the run.

  • Optionalstack?: entity_Stack

    Stack is the stack of the run.

  • Optionalstatus?: constant_RunStatus

    Status is the status of the run.

  • Optionaltrace?: string

    Trace is the trace of the run.

  • Optionaltype?: constant_RunType

    RunType is the type of the run provider.

  • OptionalupdateTimestamp?: string

    UpdateTimestamp is the timestamp of the updated for the run.

  • Optionalworkspace?: string

    Workspace is the target workspace of the run.