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 parameters for deleting a logging bucket in Google Cloud Logging."],["The latest version of this class is accessible under version 4.4.0, with multiple prior versions available, including 3.4.0, which is the current version in context of the page."],["The `DeleteBucketRequest` class inherits from `System.Object` and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The class includes two constructors: a parameterless constructor and one that accepts another `DeleteBucketRequest` object, and contains properties like `LogBucketName` and `Name`, the latter being required to identify the bucket for deletion."],["The `Name` property must be the full resource name of the bucket to be deleted, and the examples provided demonstrate what the structure of the string must be, such as a project, organization, folder, or billing account."]]],[]]