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 the parameters for deleting a log view in the Google Cloud Logging API."],["The latest version of `DeleteViewRequest` is version 4.4.0, with several previous versions listed, going back to version 3.3.0, all of which have the same `DeleteViewRequest` page associated."],["`DeleteViewRequest` inherits from `System.Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: one default and one that takes another `DeleteViewRequest` instance as a parameter to create a copy, with both constructors being covered on this page."],["Key properties of the `DeleteViewRequest` class include `LogViewName` and `Name`, both of which are associated to the view name for the deletion to occur."]]],[]]