ModerationGetRecordsOutput constructor
- @JsonSerializable(includeIfNull: false)
- @UModerationGetRecordsRecordsConverter() required List<
UModerationGetRecordsRecords> records, - Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory ModerationGetRecordsOutput({
@UModerationGetRecordsRecordsConverter()
required List<UModerationGetRecordsRecords> records,
Map<String, dynamic>? $unknown,
}) = _ModerationGetRecordsOutput;