EnterpriseCrmFrontendsEventbusProtoTaskEntityArgs

data class EnterpriseCrmFrontendsEventbusProtoTaskEntityArgs(val disabledForVpcSc: Output<Boolean>? = null, val metadata: Output<EnterpriseCrmEventbusProtoTaskMetadataArgs>? = null, val paramSpecs: Output<EnterpriseCrmFrontendsEventbusProtoParamSpecsMessageArgs>? = null, val stats: Output<EnterpriseCrmEventbusStatsArgs>? = null, val taskType: Output<EnterpriseCrmFrontendsEventbusProtoTaskEntityTaskType>? = null, val uiConfig: Output<EnterpriseCrmEventbusProtoTaskUiConfigArgs>? = null) : ConvertibleToJava<EnterpriseCrmFrontendsEventbusProtoTaskEntityArgs>

Contains a task's metadata and associated information. Next available id: 7

Constructors

Functions

Link copied to clipboard
open override fun toJava(): EnterpriseCrmFrontendsEventbusProtoTaskEntityArgs

Properties

Link copied to clipboard
val disabledForVpcSc: Output<Boolean>? = null

True if the task has conflict with vpcsc

Link copied to clipboard

Metadata inclueds the task name, author and so on.

Link copied to clipboard

Declarations for inputs/outputs for a TypedTask. This is also associated with the METADATA mask.

Link copied to clipboard

Deprecated - statistics from the Monarch query.

Link copied to clipboard

Defines the type of the task

Link copied to clipboard

UI configuration for this task Also associated with the METADATA mask.