IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface DeleteLegalHoldCommandInput

    The input for DeleteLegalHoldCommand.

    interface DeleteLegalHoldCommandInput {
        Bucket: string | undefined;
        Key: string | undefined;
        RetentionLegalHoldId: string | undefined;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Bucket: string | undefined
    Key: string | undefined
    RetentionLegalHoldId: string | undefined