public sealed class CopyLogEntriesRequest : IMessage<CopyLogEntriesRequest>, IEquatable<CopyLogEntriesRequest>, IDeepCloneable<CopyLogEntriesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class CopyLogEntriesRequest.
[[["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 `CopyLogEntriesRequest` class in the Google Cloud Logging v2 API allows you to define parameters for copying log entries."],["This class is part of the `Google.Cloud.Logging.V2` namespace and is available in the `Google.Cloud.Logging.V2.dll` assembly."],["You can specify the `Destination` and `Name` as strings, indicating where to copy logs to and the bucket from which to copy them respectively, and it requires both parameters."],["An optional `Filter` string property is also available, enabling you to specify which log entries to copy, and if empty, all will be copied."],["The latest version of this class is `4.4.0`, with versions ranging back to `3.3.0` also documented."]]],[]]