public sealed class DeleteBucketRequest : IMessage<DeleteBucketRequest>, IEquatable<DeleteBucketRequest>, IDeepCloneable<DeleteBucketRequest>, 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 webpage details the `DeleteBucketRequest` class, which is used to specify the parameters for deleting a logging bucket in Google Cloud Logging V2."],["The class is part of the `Google.Cloud.Logging.V2` namespace and is found within the `Google.Cloud.Logging.V2.dll` assembly, with version 3.6.0 of this class available."],["`DeleteBucketRequest` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that takes another `DeleteBucketRequest` as a parameter for initialization, as well as having two properties, `LogBucketName` and `Name`, used to specify the bucket to be deleted."],["There are multiple versions of this class available, with 4.4.0 being the most recent, and the list of available versions and their corresponding navigation links are provided for clarity."]]],[]]