EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry constructor
EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry({
- EnterpriseCrmEventbusProtoAttributes? attributes,
- List<
EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry> ? children, - bool? containsLargeData,
- String? dataType,
- EnterpriseCrmFrontendsEventbusProtoParameterValueType? defaultValue,
- String? description,
- String? inOutType,
- bool? isTransient,
- String? jsonSchema,
- String? key,
- String? name,
- EnterpriseCrmEventbusProtoNodeIdentifier? producedBy,
- String? producer,
- String? protoDefName,
- String? protoDefPath,
- bool? required,
Implementation
EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry({
this.attributes,
this.children,
this.containsLargeData,
this.dataType,
this.defaultValue,
this.description,
this.inOutType,
this.isTransient,
this.jsonSchema,
this.key,
this.name,
this.producedBy,
this.producer,
this.protoDefName,
this.protoDefPath,
this.required,
});