Google Apps Script API
    Preparing search index...
    interface CustomDimension {
        accountId?: string;
        active?: boolean;
        created?: string;
        id?: string;
        index?: number;
        kind?: string;
        name?: string;
        parentLink?: CustomDimensionParentLink;
        scope?: string;
        selfLink?: string;
        updated?: string;
        webPropertyId?: string;
    }
    Index

    Properties

    accountId?: string
    active?: boolean
    created?: string
    id?: string
    index?: number
    kind?: string
    name?: string
    scope?: string
    selfLink?: string
    updated?: string
    webPropertyId?: string