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"]],[["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."],[[["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."]]],[]]