itemId property

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

The instance ID of the item for this action request.

Implementation

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