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."],[[["This document provides detailed information about the `CopyLogEntriesRequest` class within the Google.Cloud.Logging.V2 namespace, specifically for version 4.0.0."],["The `CopyLogEntriesRequest` class is used to define the parameters for copying log entries, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes three main properties: `Destination` (required, specifies the destination for copied logs), `Filter` (optional, specifies which logs to copy), and `Name` (required, the source log bucket from which logs are copied)."],["There are several prior versions available, including 4.1.0, 4.2.0, 4.3.0, 3.6.0, 3.5.0, 3.4.0, 3.3.0, with the latest version being 4.4.0."]]],[]]