public sealed class GetPatchJobRequest : IMessage<GetPatchJobRequest>, IEquatable<GetPatchJobRequest>, IDeepCloneable<GetPatchJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 API class GetPatchJobRequest.
[[["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 `GetPatchJobRequest` class within the Google Cloud OS Config v1 API, specifically for .NET developers."],["The `GetPatchJobRequest` class is used to retrieve data about an active or completed patch job, as outlined in its primary function."],["This class has been released in multiple versions, from 1.3.0 up to the latest version 2.4.0, and it also inherits and implements multiple interfaces and classes like IMessage, IEquatable, and IDeepCloneable."],["The class includes two constructors, `GetPatchJobRequest()`, one of which allows for the creation of a request instance, and the second that creates an instance by cloning a previously existing `GetPatchJobRequest`."],["It contains two key properties, `Name` which is a string that indicates the patch job's name, and `PatchJobName` which indicates the name, but with a specific type, of `PatchJobName` indicating the type of resource name for it."]]],[]]