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

constructor(disabledForVpcSc: Output<Boolean>? = null, metadata: Output<EnterpriseCrmEventbusProtoTaskMetadataArgs>? = null, paramSpecs: Output<EnterpriseCrmFrontendsEventbusProtoParamSpecsMessageArgs>? = null, stats: Output<EnterpriseCrmEventbusStatsArgs>? = null, taskType: Output<EnterpriseCrmFrontendsEventbusProtoTaskEntityTaskType>? = null, uiConfig: Output<EnterpriseCrmEventbusProtoTaskUiConfigArgs>? = null)

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.

Functions

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