public sealed class PauseTransferOperationRequest : IMessage<PauseTransferOperationRequest>, IEquatable<PauseTransferOperationRequest>, IDeepCloneable<PauseTransferOperationRequest>, 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 webpage details the `PauseTransferOperationRequest` class, which is used to send requests to pause a transfer operation within the Google Cloud Storage Transfer service."],["The latest version available for `PauseTransferOperationRequest` is 2.8.0, with the versions ranging down to 1.0.0, each having their own documentation."],["The `PauseTransferOperationRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with the provided links to the definition of each."],["The class has a property called `Name`, which is a required string parameter representing the name of the transfer operation that will be paused."],["There are two constructors for the PauseTransferOperationRequest class: a default parameterless constructor, and one that accepts another PauseTransferOperationRequest as a parameter."]]],[]]