public sealed class PausePatchDeploymentRequest : IMessage<PausePatchDeploymentRequest>, IEquatable<PausePatchDeploymentRequest>, IDeepCloneable<PausePatchDeploymentRequest>, 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 `PausePatchDeploymentRequest` class is a request message used to pause a patch deployment within the Google Cloud OS Config service."],["This class is part of the `Google.Cloud.OsConfig.V1` namespace and is found in the `Google.Cloud.OsConfig.V1.dll` assembly, and is also available in multiple versions, with version 2.4.0 being the latest."],["`PausePatchDeploymentRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for functionalities such as message handling, equality comparison, deep cloning, and buffer management."],["It includes two constructors for initialization, one being empty and the other being able to copy an existing object, as well as properties such as `Name` and `PatchDeploymentName` to get or set the resource name of the patch deployment."],["Inherited members like `GetHashCode`, `GetType`, `MemberwiseClone` and `ToString` are also provided."]]],[]]