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."],[[["The latest version available for `DeleteViewRequest` is 4.4.0, with other recent versions including 4.3.0, 4.2.0, and 4.1.0 also accessible."],["`DeleteViewRequest` is a sealed class designed to be used as a parameter when calling the `DeleteView` function, and implements `IMessage\u003cDeleteViewRequest\u003e`, `IEquatable\u003cDeleteViewRequest\u003e`, `IDeepCloneable\u003cDeleteViewRequest\u003e`, `IBufferMessage`, and `IMessage` interfaces."],["This class inherits from `Object` and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class has two constructors: a default constructor, `DeleteViewRequest()`, and a copy constructor, `DeleteViewRequest(DeleteViewRequest other)`."],["The `DeleteViewRequest` class has two properties: `LogViewName` of type `LogViewName` and `Name` of type `string`, which is the full resource name of the view to delete in the format specified in the documentation."]]],[]]