IAutomationsQueryResult
Home > @gooddata/sdk-backend-spi > IAutomationsQueryResult
IAutomationsQueryResult type
Queried automations are returned in a paged representation.
Signature:
export type IAutomationsQueryResult = IPagedResource<IAutomationMetadataObject>;
References: IPagedResource, IAutomationMetadataObject