INTERFACE
LeadOpportunityReportProfileInterface
link GraphQL Schema definition
- interface LeadOpportunityReportProfileInterface {
- # Identifiers of the lead processes the profile is restricted to. Null includes
- # all lead processes.
- : [UUID!]
- # Filter tab restricting which leads and opportunities the report shows.
- : LeadOpportunityFilterTab!
- # Identifiers of the sales pipelines the profile is restricted to. Null includes
- # all pipelines.
- : [ID!]
- # Ownership scope of the records shown (own, shared, managing-unit, or unassigned
- # items).
- : LeadOpportunityRoleTab!
- }