INPUT_OBJECT
SendYoutubeConflictsReportInput
Autogenerated input type of SendYoutubeConflictsReport
link GraphQL Schema definition
- input SendYoutubeConflictsReportInput {
- # A unique identifier for the client performing the mutation.
- : String
- # Run the mutation with no side effects in validate-only mode. When true, the
- # inputs will be validated and errors will be returned, but the mutation will not
- # perform any actions.
- : Boolean
- # ID of artist
- : ID
- # ID of media
- : ID
- # ID of user
- : ID
- # ID of organization
- : ID
- # Conflicts that have been resolved or not.
- : Boolean
- # Option to generate the sum totals of conflicts.
- : Boolean
- # To indicate whether the resulting conflicts are grouped by unique conflict
- # title/asset name (true), or separated out by conflicting owners (false). A
- # single conflict can have multiple conflicting owners.
- : Boolean
- # An array of emails to send the report to.
- : String
- }