Google Apps Script API
    Preparing search index...
    interface Datafeed {
        attributeLanguage?: string;
        contentLanguage?: string;
        contentType?: string;
        fetchSchedule?: DatafeedFetchSchedule;
        fileName?: string;
        format?: DatafeedFormat;
        id?: string;
        intendedDestinations?: string[];
        kind?: string;
        name?: string;
        targetCountry?: string;
        targets?: DatafeedTarget[];
    }
    Index

    Properties

    attributeLanguage?: string
    contentLanguage?: string
    contentType?: string
    fetchSchedule?: DatafeedFetchSchedule
    fileName?: string
    id?: string
    intendedDestinations?: string[]
    kind?: string
    name?: string
    targetCountry?: string
    targets?: DatafeedTarget[]