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-04-09 UTC."],[[["This webpage details the `DeleteViewRequest` class within the `Google.Cloud.Logging.V2` namespace, specifically version 3.6.0, used for deleting a log view."],["`DeleteViewRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class offers two constructors: a default constructor and one that takes another `DeleteViewRequest` object as a parameter for cloning."],["The `DeleteViewRequest` class includes two properties: `LogViewName`, which provides a strongly-typed view over the resource name, and `Name`, which represents the full resource name of the view to be deleted, following a specific format."],["The page provides links to various versions of the `DeleteViewRequest` class, ranging from 3.3.0 up to 4.4.0, with 4.4.0 being the latest version."]]],[]]