IComputedAttributesQueryResult
Home > @gooddata/sdk-backend-spi > IComputedAttributesQueryResult
IComputedAttributesQueryResult type
Queried computed attributes are returned in a paged representation.
Signature:
export type IComputedAttributesQueryResult = IPagedResource<IComputedAttributeMetadataObject>;
References: IPagedResource, IComputedAttributeMetadataObject