Google Apps Script API
    Preparing search index...
    interface Order {
        availGroupId?: string;
        channelId?: string;
        contentType?: string;
        country?: string;
        customId?: string;
        dvdReleaseDate?: GoogleAppsScript.YoutubePartner.Schema.Date;
        estDates?: GoogleAppsScript.YoutubePartner.Schema.DateRange;
        events?: StateCompleted[];
        id?: string;
        kind?: string;
        movie?: string;
        originalReleaseDate?: GoogleAppsScript.YoutubePartner.Schema.Date;
        priority?: string;
        productionHouse?: string;
        purchaseOrder?: string;
        requirements?: Requirements;
        show?: ShowDetails;
        status?: string;
        videoId?: string;
        vodDates?: GoogleAppsScript.YoutubePartner.Schema.DateRange;
    }
    Index

    Properties

    availGroupId?: string
    channelId?: string
    contentType?: string
    country?: string
    customId?: string
    events?: StateCompleted[]
    id?: string
    kind?: string
    movie?: string
    priority?: string
    productionHouse?: string
    purchaseOrder?: string
    requirements?: Requirements
    status?: string
    videoId?: string