Package version:

Interface DimensionProperties

Type of operation: get, read, delete, etc.

interface DimensionProperties {
    displayName?: string;
    name?: string;
    toBeExportedForShoebox?: boolean;
}

Properties

displayName?: string

Display name of dimension.

name?: string

Name of dimension.

toBeExportedForShoebox?: boolean

Property to specify whether the dimension should be exported for Shoebox.