Google Apps Script API
    Preparing search index...

    A representation of an XML namespace.

    interface Namespace {
        getPrefix(): string;
        getURI(): string;
    }
    Index

    Methods