Google Apps Script API
    Preparing search index...
    interface ConferenceDataObject {
        conferenceId: string;
        conferenceSolution: {
            iconUri: string;
            key: { type: "eventHangout" | "eventNamedHangout" | "hangoutsMeet" };
            name: string;
        };
        entryPoints: EntryPointObject[];
        notes: string;
        parameters: { addOnParameters: { [key: string]: string } };
    }
    Index

    Properties

    conferenceId: string
    conferenceSolution: {
        iconUri: string;
        key: { type: "eventHangout" | "eventNamedHangout" | "hangoutsMeet" };
        name: string;
    }
    entryPoints: EntryPointObject[]
    notes: string
    parameters: { addOnParameters: { [key: string]: string } }