interface TaskAgentCloudType {
    displayName?: string;
    inputDescriptors?: InputDescriptor[];
    name?: string;
}

Properties

displayName?: string

Gets or sets the display name of agent cloud type.

inputDescriptors?: InputDescriptor[]

Gets or sets the input descriptors

name?: string

Gets or sets the name of agent cloud type.