operatorUserIds property

  1. @JsonKey(name: 'operator_ids')
List<String>? operatorUserIds
read / write

The operator user ids of the channel. Defaults to null.

Implementation

@JsonKey(name: 'operator_ids')
List<String>? operatorUserIds;