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-03-21 UTC."],[[["The latest version available is 4.4.0, with version 3.5.0 currently highlighted in the documentation."],["`CopyLogEntriesRequest` is a class used to define parameters for copying log entries, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is located within the `Google.Cloud.Logging.V2` namespace and is part of the `Google.Cloud.Logging.V2.dll` assembly."],["The `CopyLogEntriesRequest` class has properties for setting the `Destination`, `Filter`, and `Name` for the log entry copy operation, allowing specification of the target, log entry selection criteria, and source bucket respectively."],["There are 2 constructors available for the `CopyLogEntriesRequest` class: a default constructor and a copy constructor."]]],[]]