public sealed class PauseTransferOperationRequest : IMessage<PauseTransferOperationRequest>, IEquatable<PauseTransferOperationRequest>, IDeepCloneable<PauseTransferOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Storage Transfer v1 API class PauseTransferOperationRequest.
[[["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 provides documentation for the `PauseTransferOperationRequest` class within the Google Cloud Storage Transfer v1 API, specifically within the .NET ecosystem."],["The class `PauseTransferOperationRequest` is used as a request object for the `PauseTransferOperation` API, and is a request passed to pause a transfer operation."],["The latest version of the API documentation is version 2.8.0, while the current page's focus is specifically version 2.3.0, and versions 1.0.0 through 2.8.0 are available."],["`PauseTransferOperationRequest` implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has one public property `Name`, which is a string that represents the required name of the transfer operation."]]],[]]