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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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)."]]],[]]