secondaryReasons property

List<VideoAbuseReportSecondaryReason>? secondaryReasons
getter/setter pair

The secondary reasons associated with this reason, if any are available.

(There might be 0 or more.)

Implementation

core.List<VideoAbuseReportSecondaryReason>? secondaryReasons;