public sealed class DeleteViewRequest : IMessage<DeleteViewRequest>, IEquatable<DeleteViewRequest>, IDeepCloneable<DeleteViewRequest>, 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 `DeleteViewRequest` class, which is used to specify parameters for deleting a view within Google Cloud Logging."],["The `DeleteViewRequest` class is part of the `Google.Cloud.Logging.V2` namespace and is found within the `Google.Cloud.Logging.V2.dll` assembly."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for message handling, comparison, cloning, and buffer operations."],["The class has two constructors, one default and one that accepts another `DeleteViewRequest` object for cloning, allowing for the creation of new instances of this object."],["The `DeleteViewRequest` class contains the properties `LogViewName` and `Name`, which are used to specify the view to be deleted by its resource name."]]],[]]