withRecipient()
Home > @gooddata/sdk-backend-spi > IOrganizationAutomationsQuery > withRecipient
IOrganizationAutomationsQuery.withRecipient() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Sets recipient of the automation for the query.
Signature:
withRecipient(recipient: string, multiValue?: boolean): IOrganizationAutomationsQuery;
Parameters
Parameter | Type | Description |
---|---|---|
recipient | string | recipient of the automation |
multiValue | boolean | (Optional) if true, the recipient is a multi-value filter |
Returns:
organization automations query