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, which is used to specify the parameters for deleting a log view in Google Cloud Logging V2."],["The `DeleteViewRequest` class is part of the `Google.Cloud.Logging.V2` namespace, found in the `Google.Cloud.Logging.V2.dll` assembly."],["This class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary properties of the class are `LogViewName` (a typed representation of the resource name) and `Name` (the full resource name of the view to delete)."],["The latest version covered in this document is 4.4.0 and goes back to version 3.3.0 and covers other versions in between."]]],[]]