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."],[[["This document outlines 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 version 3.3.0 of the `Google.Cloud.Logging.V2.dll` assembly, with links to newer versions as well."],["`UndeleteBucketRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `UndeleteBucketRequest` class has properties for managing the bucket name, specifically `Name`, which stores the full resource name of the bucket to be undeleted, and a `LogBucketName` which is a typed view of the name."],["There are two constructors available for the class, a parameterless constructor, and one that accepts another `UndeleteBucketRequest` instance."]]],[]]