Google Apps Script API
    Preparing search index...
    interface CountriesListResponse {
        countries?: Country[];
        kind?: string;
    }
    Index

    Properties

    Properties

    countries?: Country[]
    kind?: string