QueueListQueuesOutput constructor
- @JsonSerializable.new(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory QueueListQueuesOutput({
String? cursor,
@QueueViewConverter() required List<QueueView> queues,
Map<String, dynamic>? $unknown,
}) = _QueueListQueuesOutput;