withRecipient()
Home > @gooddata/sdk-backend-spi > IAutomationsQuery > withRecipient
IAutomationsQuery.withRecipient() method
Sets recipient of the automation for the query.
Signature:
withRecipient(recipient: string, multiValue?: boolean): IAutomationsQuery;
Parameters
Parameter | Type | Description |
---|---|---|
recipient | string | recipient of the automation |
multiValue | boolean | (Optional) if true, the recipient is a multi-value filter |
Returns:
automations query