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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `CopyLogEntriesResponse` class is used to represent the response type for long-running `CopyLogEntries` operations within the `Google.Cloud.Logging.V2` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality comparison, deep cloning, and buffer message handling."],["`CopyLogEntriesResponse` includes a `LogEntriesCopiedCount` property of type `Int64` that stores the number of log entries that were copied."],["The latest version available is 4.4.0, but several previous versions are also accessible in this document, including the current version 3.6.0."],["The class inherits members from the Object class, such as GetHashCode(), GetType(), MemberwiseClone(), and ToString()."]]],[]]