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."],[[["The latest version of the `PauseTransferOperationRequest` is 2.8.0, with previous versions ranging from 2.7.0 down to 1.0.0."],["`PauseTransferOperationRequest` is a class used to request the pausing of a transfer operation."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Name` property, which is a required string representing the name of the transfer operation to be paused."],["There are two constructors available for the `PauseTransferOperationRequest` class, a default one and one that takes another `PauseTransferOperationRequest` as a parameter."]]],[]]