public sealed class CopyLogEntriesResponse : IMessage<CopyLogEntriesResponse>, IEquatable<CopyLogEntriesResponse>, IDeepCloneable<CopyLogEntriesResponse>, IBufferMessage, IMessage
Response type for CopyLogEntries long running operations.
[[["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-04-09 UTC."],[[["This webpage details the `CopyLogEntriesResponse` class within the `Google.Cloud.Logging.V2` namespace, specifically version 3.5.0."],["The `CopyLogEntriesResponse` class is a response type for long-running `CopyLogEntries` operations, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class has two constructors: a default constructor and one that takes another `CopyLogEntriesResponse` instance as a parameter for copying, along with a `LogEntriesCopiedCount` property, of type `Int64` that represents the number of log entries copied."],["There are multiple versions of this documentation available ranging from version 3.3.0 to 4.4.0, with 4.4.0 being the latest."]]],[]]