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