pub struct UpdateFileLegalHoldBuilder<'a> { /* private fields */ }
Expand description

A builder for an UpdateFileLegalHold request.

Implementations

Update the legal hold status for the specified file.

Update the legal hold status for a file with the specified name.

Setting the file_id is also required.

Update the legal hold status for a file with the specified ID.

Setting the file_name is also required.

Enable a legal hold.

Disable a legal hold.

Build an UpdateFileLegalHold request.

Returns an error if any of the file name, file ID, or legal hold status are not specified.

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.