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, specifically version 4.1.0."],["`DeleteLogRequest` is a class used as a parameter for the `DeleteLog` function, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor `DeleteLogRequest()` and an overload `DeleteLogRequest(DeleteLogRequest other)` to copy an existing instance."],["The `DeleteLogRequest` class contains two properties `LogName` which is a string type, and `LogNameAsLogName`, which is a `LogName` type, both representing the name of the log to be deleted."],["The document lists multiple versions of the `DeleteLogRequest` class, with 4.4.0 being the latest, and going back to 3.3.0."]]],[]]