Google Apps Script API
    Preparing search index...
    interface MobileCarriersListResponse {
        kind?: string;
        mobileCarriers?: MobileCarrier[];
    }
    Index

    Properties

    kind?: string
    mobileCarriers?: MobileCarrier[]