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-04-09 UTC."],[[["This page details the `UndeleteBucketRequest` class, which is used to provide parameters for undeleting a logging bucket in Google Cloud Logging."],["The class is part of the `Google.Cloud.Logging.V2` namespace and is available in the `Google.Cloud.Logging.V2.dll` assembly, with version history ranging from 3.3.0 up to the latest 4.4.0."],["`UndeleteBucketRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The `UndeleteBucketRequest` class has two properties, `LogBucketName` and `Name`, with the `Name` property being a string that represents the full resource name of the bucket to undelete, with example formatting provided."],["The class also offers two constructors: a default constructor and one that takes another `UndeleteBucketRequest` instance as a parameter for duplication."]]],[]]