public sealed class DeleteLogRequest : IMessage<DeleteLogRequest>, IEquatable<DeleteLogRequest>, IDeepCloneable<DeleteLogRequest>, IBufferMessage, IMessage
[LOG_ID] must be URL-encoded. For example,
"projects/my-project-id/logs/syslog",
"organizations/123/logs/cloudaudit.googleapis.com%2Factivity".
For more information about log names, see
[LogEntry][google.logging.v2.LogEntry].
[[["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 page provides documentation for the `DeleteLogRequest` class within the `Google.Cloud.Logging.V2` namespace, specifically for version 3.6.0."],["`DeleteLogRequest` is used to specify the parameters for deleting a log and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `DeleteLogRequest()` for creating a new instance, and `DeleteLogRequest(DeleteLogRequest other)` for creating a copy of an existing instance."],["It has two properties: `LogName`, a string representing the resource name of the log to delete, and `LogNameAsLogName`, a typed view of the log name, using the LogName type, to be able to access the log name in an alternate format."],["The document also lists the older and newer version of this class, such as 4.4.0 being the latest."]]],[]]