interface TaskAgentCloudRequest {
    agent?: TaskAgentReference;
    agentCloudId?: number;
    agentConnectedTime?: Date;
    agentData?: any;
    agentSpecification?: any;
    pool?: TaskAgentPoolReference;
    provisionedTime?: Date;
    provisionRequestTime?: Date;
    releaseRequestTime?: Date;
    requestId?: string;
}

Properties

agentCloudId?: number
agentConnectedTime?: Date
agentData?: any
agentSpecification?: any
provisionedTime?: Date
provisionRequestTime?: Date
releaseRequestTime?: Date
requestId?: string