operatorUserIds property

  1. @JsonKey(name: 'operator_ids')
List<String>? operatorUserIds
getter/setter pair

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

Implementation

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