EnterpriseCrmFrontendsEventbusProtoParamSpecEntry constructor

EnterpriseCrmFrontendsEventbusProtoParamSpecEntry({
  1. String? className,
  2. String? collectionElementClassName,
  3. EnterpriseCrmEventbusProtoParamSpecEntryConfig? config,
  4. String? dataType,
  5. EnterpriseCrmFrontendsEventbusProtoParameterValueType? defaultValue,
  6. bool? isDeprecated,
  7. bool? isOutput,
  8. String? jsonSchema,
  9. String? key,
  10. EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition? protoDef,
  11. bool? required,
  12. EnterpriseCrmEventbusProtoParamSpecEntryValidationRule? validationRule,
})

Implementation

EnterpriseCrmFrontendsEventbusProtoParamSpecEntry({
  this.className,
  this.collectionElementClassName,
  this.config,
  this.dataType,
  this.defaultValue,
  this.isDeprecated,
  this.isOutput,
  this.jsonSchema,
  this.key,
  this.protoDef,
  this.required,
  this.validationRule,
});