public sealed class UndeleteBucketRequest : IMessage<UndeleteBucketRequest>, IEquatable<UndeleteBucketRequest>, IDeepCloneable<UndeleteBucketRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `UndeleteBucketRequest` class in version 4.0.0 is used to undelete a logging bucket, accepting a parameter for the full resource name of the bucket to undelete."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling, equality comparison, and deep cloning."],["The `UndeleteBucketRequest` class includes two constructors, one default and one that accepts another `UndeleteBucketRequest` as a parameter."],["It has two main properties: `Name`, a string representing the full resource name of the bucket, and `LogBucketName`, which provides a typed view over the `Name` property."],["This document provides details for version 4.0.0 of the `UndeleteBucketRequest`, with links to previous versions all the way down to version 3.3.0, and up to version 4.4.0 (latest)."]]],[]]