public sealed class DeleteLogRequest : IMessage<DeleteLogRequest>, IEquatable<DeleteLogRequest>, IDeepCloneable<DeleteLogRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class DeleteLogRequest.
[[["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 document provides reference documentation for the `DeleteLogRequest` class within the Google Cloud Logging v2 API for .NET."],["The `DeleteLogRequest` class is used to specify the parameters for deleting a log in Google Cloud Logging."],["The latest version of this reference documentation is 4.4.0, and this specific documentation is for version 4.2.0, with older versions from 4.1.0 back to 3.3.0 being available."],["`DeleteLogRequest` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class contains properties for managing the log name, including a string property (`LogName`) and a type-safe view (`LogNameAsLogName`)."]]],[]]