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