IDataSetAttributeMetadataObject
Home > @gooddata/sdk-model > IDataSetAttributeMetadataObject
IDataSetAttributeMetadataObject type
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Attribute metadata object that can appear in IDataSetMetadataObject.attributes.
Signature:
export type IDataSetAttributeMetadataObject = IMetadataObject & {
type: "attribute";
};
References: IMetadataObject
Remarks
This intentionally does not use IAttributeMetadataObject to avoid a circular dependency in sdk-model (IAttributeMetadataObject already references IDataSetMetadataObject via dataSet).