public sealed class CopyLogEntriesRequest : IMessage<CopyLogEntriesRequest>, IEquatable<CopyLogEntriesRequest>, IDeepCloneable<CopyLogEntriesRequest>, 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-04-09 UTC."],[[["This webpage details the `CopyLogEntriesRequest` class within the `Google.Cloud.Logging.V2` namespace, specifically version 3.6.0, and its role in copying log entries."],["The `CopyLogEntriesRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality and structure."],["The class includes two constructors: a default constructor `CopyLogEntriesRequest()` and an overloaded constructor `CopyLogEntriesRequest(CopyLogEntriesRequest other)` that takes another `CopyLogEntriesRequest` object as a parameter."],["The `CopyLogEntriesRequest` class has three key properties: `Destination`, `Filter`, and `Name`, which are used to specify the destination, filtering criteria, and source of the log entries to be copied, respectively."],["The latest version of this documentation is version 4.4.0, and versions from 3.3.0 up to 4.4.0 are provided."]]],[]]