Google Apps Script API
    Preparing search index...

    A list of generated file IDs which can be provided in create requests.

    interface GeneratedIds {
        ids?: string[];
        kind?: string;
        space?: string;
    }
    Index

    Properties

    Properties

    ids?: string[]

    The IDs generated for the requesting user in the specified space.

    kind?: string

    Identifies what kind of resource this is. Value: the fixed string "drive#generatedIds".

    space?: string

    The type of file that can be created with these IDs.