public sealed class ResumePatchDeploymentRequest : IMessage<ResumePatchDeploymentRequest>, IEquatable<ResumePatchDeploymentRequest>, IDeepCloneable<ResumePatchDeploymentRequest>, IBufferMessage, IMessage
A request message for resuming a patch deployment.
[[["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-04-17 UTC."],[[["This webpage provides documentation for the `ResumePatchDeploymentRequest` class within the Google.Cloud.OsConfig.V1 namespace, specifically version 1.8.0."],["`ResumePatchDeploymentRequest` is a request message used for resuming a patch deployment and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and contains two constructors, `ResumePatchDeploymentRequest()` and `ResumePatchDeploymentRequest(ResumePatchDeploymentRequest other)`."],["The class provides two properties that help the user with their request: `Name`, a string representing the resource name of the patch deployment, and `PatchDeploymentName`, a typed view over the `Name` property."]]],[]]