Google Apps Script API
    Preparing search index...
    interface ProductsCustomBatchResponseEntry {
        batchId?: number;
        errors?: GoogleAppsScript.Content.Schema.Errors;
        kind?: string;
        product?: Product;
    }
    Index

    Properties

    batchId?: number
    kind?: string
    product?: Product