ConvoAcceptConvoOutput constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory ConvoAcceptConvoOutput({
/// Rev when the convo was accepted. If not present, the convo was already accepted.
String? rev,
Map<String, dynamic>? $unknown,
}) = _ConvoAcceptConvoOutput;