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-03-21 UTC."],[[["The latest version available is 4.4.0, with versions ranging from 3.3.0 to 4.4.0 listed for `CopyLogEntriesResponse`."],["`CopyLogEntriesResponse` is a class used for handling responses from long-running operations related to copying log entries."],["The class `CopyLogEntriesResponse` inherits from `Object` and implements `IMessage\u003cCopyLogEntriesResponse\u003e`, `IEquatable\u003cCopyLogEntriesResponse\u003e`, `IDeepCloneable\u003cCopyLogEntriesResponse\u003e`, `IBufferMessage`, and `IMessage`."],["`CopyLogEntriesResponse` includes a property named `LogEntriesCopiedCount`, which is of type `Int64` and represents the number of log entries copied."],["There are 2 constructors for this class, one default and one that takes in another `CopyLogEntriesResponse` object."]]],[]]