EnterpriseCrmEventbusProtoValueType constructor
EnterpriseCrmEventbusProtoValueType({
- bool? booleanValue,
- EnterpriseCrmEventbusProtoDoubleArray? doubleArray,
- double? doubleValue,
- EnterpriseCrmEventbusProtoIntArray? intArray,
- String? intValue,
- Map<
String, Object?> ? protoValue, - EnterpriseCrmEventbusProtoStringArray? stringArray,
- String? stringValue,
Implementation
EnterpriseCrmEventbusProtoValueType({
this.booleanValue,
this.doubleArray,
this.doubleValue,
this.intArray,
this.intValue,
this.protoValue,
this.stringArray,
this.stringValue,
});