EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry constructor

EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry({
  1. EnterpriseCrmEventbusProtoAttributes? attributes,
  2. List<EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry>? children,
  3. bool? containsLargeData,
  4. String? dataType,
  5. EnterpriseCrmFrontendsEventbusProtoParameterValueType? defaultValue,
  6. String? description,
  7. String? inOutType,
  8. bool? isTransient,
  9. String? jsonSchema,
  10. String? key,
  11. String? name,
  12. EnterpriseCrmEventbusProtoNodeIdentifier? producedBy,
  13. String? producer,
  14. String? protoDefName,
  15. String? protoDefPath,
  16. 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,
});