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"]],[["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 provides documentation for the `CopyLogEntriesRequest` class within the Google Cloud Logging v2 API for .NET."],["The `CopyLogEntriesRequest` class is used to define the parameters for the `CopyLogEntries` method, which copies log entries between log buckets."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of this class include `Destination`, `Filter`, and `Name`, which define the target location, filtering criteria, and source bucket for the log copy operation."],["The documentation includes details for versions ranging from 3.3.0 up to 4.4.0, with 4.4.0 being the most recent."]]],[]]