EnterpriseCrmEventbusProtoParameterValueType constructor
EnterpriseCrmEventbusProtoParameterValueType({
- EnterpriseCrmEventbusProtoBooleanParameterArray? booleanArray,
- bool? booleanValue,
- EnterpriseCrmEventbusProtoDoubleParameterArray? doubleArray,
- double? doubleValue,
- EnterpriseCrmEventbusProtoIntParameterArray? intArray,
- String? intValue,
- EnterpriseCrmEventbusProtoProtoParameterArray? protoArray,
- Map<
String, Object?> ? protoValue, - EnterpriseCrmEventbusProtoSerializedObjectParameter? serializedObjectValue,
- EnterpriseCrmEventbusProtoStringParameterArray? stringArray,
- String? stringValue,
Implementation
EnterpriseCrmEventbusProtoParameterValueType({
this.booleanArray,
this.booleanValue,
this.doubleArray,
this.doubleValue,
this.intArray,
this.intValue,
this.protoArray,
this.protoValue,
this.serializedObjectValue,
this.stringArray,
this.stringValue,
});