public sealed class PausePatchDeploymentRequest : IMessage<PausePatchDeploymentRequest>, IEquatable<PausePatchDeploymentRequest>, IDeepCloneable<PausePatchDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 API class PausePatchDeploymentRequest.
[[["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 document provides reference information for the `PausePatchDeploymentRequest` class within the Google Cloud OS Config v1 API, specifically version 2.1.0."],["The `PausePatchDeploymentRequest` class is used to create a request to pause a patch deployment and inherits from various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class implements both a parameterless constructor and one accepting a copy of another `PausePatchDeploymentRequest` object as a parameter."],["The key properties of the class are `Name`, which is a required string containing the patch deployment's resource name, and `PatchDeploymentName`, which is a typed view over the resource name."],["The documentation shows a history of previous versions, from 2.4.0 (latest) down to version 1.3.0, all relating to `PausePatchDeploymentRequest`."]]],[]]