SAP AI SDK for JavaScript - v2.13.0
    Preparing search index...

    Type Alias GoogleDrivePipelineMinimalResponse

    GoogleDrivePipelineMinimalResponse: BasePipelineMinimalResponse & {
        configuration?: GoogleDriveConfigurationMinimal;
        metadata?: boolean;
        type: "GoogleDrive";
    } & Record<string, any>

    Representation of the 'GoogleDrivePipelineMinimalResponse' schema.

    Type Declaration