Google Apps Script API
    Preparing search index...
    interface AccountStatusDataQualityIssue {
        country?: string;
        destination?: string;
        detail?: string;
        displayedValue?: string;
        exampleItems?: AccountStatusExampleItem[];
        id?: string;
        lastChecked?: string;
        location?: string;
        numItems?: number;
        severity?: string;
        submittedValue?: string;
    }
    Index

    Properties

    country?: string
    destination?: string
    detail?: string
    displayedValue?: string
    exampleItems?: AccountStatusExampleItem[]
    id?: string
    lastChecked?: string
    location?: string
    numItems?: number
    severity?: string
    submittedValue?: string