INPUT_OBJECT
Input for sending report email to one or more recipients.
input SendPdfReportInput {# User IDs of Rubrik user accounts receiving the report.rubrikRecipientUserIds: [String!]!# Email addresses of non-Rubrik user accounts receiving the report.nonRubrikRecipientEmailIds: [String!]!# The encryption password of the report.password: String!}