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"]],[["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."],[[["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`)."]]],[]]