correlationId property

  1. @JsonKey.new(name: 'correlationId')
String? correlationId
getter/setter pair

Correlation ID of the request

Implementation

@JsonKey(name:'correlationId')
String? correlationId;