withRecipient()
Home > @gooddata/sdk-backend-spi > IAutomationsQuery > withRecipient
IAutomationsQuery.withRecipient() method
Sets recipient of the automation for the query.
Signature:
withRecipient(recipient: string, filterType?: AutomationFilterType): IAutomationsQuery;
Parameters
Parameter | Type | Description |
---|---|---|
recipient | string | recipient of the automation |
filterType | AutomationFilterType | (Optional) type of filter behavior ("exact", "include", "exclude") |
Returns:
automations query