Google Apps Script API
    Preparing search index...
    interface LandingPage {
        advertiserId?: string;
        archived?: boolean;
        deepLinks?: DeepLink[];
        id?: string;
        kind?: string;
        name?: string;
        url?: string;
    }
    Index

    Properties

    advertiserId?: string
    archived?: boolean
    deepLinks?: DeepLink[]
    id?: string
    kind?: string
    name?: string
    url?: string