IResultAttributeHeaderItem
Home > @gooddata/sdk-model > IResultAttributeHeaderItem
IResultAttributeHeaderItem interface
Attribute header item specifies name and URI of the attribute element to which the calculated measure values in the particular data view slice belong.
Signature:
export interface IResultAttributeHeaderItem 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| string | (Optional) Formatted name of attribute element. | ||
| string | null | Human readable name of the attribute element. | ||
| string | (Optional) Normalized value of attribute element. | ||
| string | URI of the attribute element. |