Google Apps Script API
    Preparing search index...
    interface VideoFormatsListResponse {
        kind?: string;
        videoFormats?: VideoFormat[];
    }
    Index

    Properties

    kind?: string
    videoFormats?: VideoFormat[]