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, filterType?: AutomationFilterType): IOrganizationAutomationsQuery;
Parameters
Parameter | Type | Description |
---|---|---|
recipient | string | recipient of the automation |
filterType | AutomationFilterType | (Optional) type of filter behavior ("exact", "include", "exclude") |
Returns:
organization automations query