EnterpriseCrmFrontendsEventbusProtoParameterValueType constructor
EnterpriseCrmFrontendsEventbusProtoParameterValueType({
- EnterpriseCrmFrontendsEventbusProtoBooleanParameterArray? booleanArray,
- bool? booleanValue,
- EnterpriseCrmFrontendsEventbusProtoDoubleParameterArray? doubleArray,
- double? doubleValue,
- EnterpriseCrmFrontendsEventbusProtoIntParameterArray? intArray,
- String? intValue,
- String? jsonValue,
- EnterpriseCrmFrontendsEventbusProtoProtoParameterArray? protoArray,
- Map<
String, Object?> ? protoValue, - EnterpriseCrmFrontendsEventbusProtoSerializedObjectParameter? serializedObjectValue,
- EnterpriseCrmFrontendsEventbusProtoStringParameterArray? stringArray,
- String? stringValue,
Implementation
EnterpriseCrmFrontendsEventbusProtoParameterValueType({
this.booleanArray,
this.booleanValue,
this.doubleArray,
this.doubleValue,
this.intArray,
this.intValue,
this.jsonValue,
this.protoArray,
this.protoValue,
this.serializedObjectValue,
this.stringArray,
this.stringValue,
});