instanceId property

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

The unique identifier for this specific match that was played. This value can be used to get additional data about this activity such as who else was playing via the GetPostGameCarnageReport endpoint.

Implementation

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