correlationId property

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

Correlation ID of the request

Implementation

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