withAuthor()
Home > @gooddata/sdk-backend-spi > IOrganizationAutomationsQuery > withAuthor
IOrganizationAutomationsQuery.withAuthor() 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 author of the automation for the query.
Signature:
withAuthor(author: string, multiValue?: boolean): IOrganizationAutomationsQuery;
Parameters
Parameter | Type | Description |
---|---|---|
author | string | author of the automation |
multiValue | boolean | (Optional) if true, the author is a multi-value filter |
Returns:
organization automations query