sendUpdatesToClient property

  1. @JsonKey(name: 'sendUpdatesToClient')
bool? sendUpdatesToClient
getter/setter pair

Will updates be sent to the client for this command?

Implementation

@JsonKey(name: 'sendUpdatesToClient')
bool? sendUpdatesToClient;