public sealed class WriteLogEntriesResponse : IMessage<WriteLogEntriesResponse>, IEquatable<WriteLogEntriesResponse>, IDeepCloneable<WriteLogEntriesResponse>, IBufferMessage, IMessage
[[["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 webpage details the `WriteLogEntriesResponse` class, which is the result returned from the `WriteLogEntries` method in the Google Cloud Logging V2 API."],["The `WriteLogEntriesResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The namespace for this class is `Google.Cloud.Logging.V2`, and it is located in the `Google.Cloud.Logging.V2.dll` assembly."],["The class offers two constructors: a default one (`WriteLogEntriesResponse()`) and one that accepts another `WriteLogEntriesResponse` object as a parameter for copying (`WriteLogEntriesResponse(WriteLogEntriesResponse other)`)."],["The page also provides links to several previous versions of this documentation, ranging from version 3.3.0 to 4.4.0, the latest."]]],[]]