EnvironmentResourceDeploymentExecutionRecord.

interface EnvironmentResourceDeploymentExecutionRecord {
    environmentId?: number;
    finishTime?: Date;
    requestId?: number;
    resourceId?: number;
    result?: TaskResult;
    startTime?: Date;
}

Properties

environmentId?: number

Id of the Environment

finishTime?: Date

Finish time of the environment resource deployment execution

requestId?: number

Id of the Environment deployment execution history record

resourceId?: number

Resource Id

result?: TaskResult

Result of the environment deployment execution

startTime?: Date

Start time of the environment resource deployment execution