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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]