EnterpriseCrmFrontendsEventbusProtoParamSpecEntry constructor
EnterpriseCrmFrontendsEventbusProtoParamSpecEntry({
- String? className,
- String? collectionElementClassName,
- EnterpriseCrmEventbusProtoParamSpecEntryConfig? config,
- String? dataType,
- EnterpriseCrmFrontendsEventbusProtoParameterValueType? defaultValue,
- bool? isDeprecated,
- bool? isOutput,
- String? jsonSchema,
- String? key,
- EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition? protoDef,
- bool? required,
- 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,
});