ModerationCreateReportInput constructor
Implementation
@JsonSerializable(includeIfNull: false)
const factory ModerationCreateReportInput({
/// Indicates the broad category of violation the report is for.
@ReasonTypeConverter() required ReasonType reasonType,
/// Additional context about the content and violation.
String? reason,
@UModerationCreateReportSubjectConverter()
required UModerationCreateReportSubject subject,
@ModToolConverter() ModTool? modTool,
Map<String, dynamic>? $unknown,
}) = _ModerationCreateReportInput;