Required. Fully qualified name of the Workload to fetch.
Expected format:
projects/{project}/locations/{location}/applications/{application}/workloads/{workload}.
[[["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 `GetWorkloadRequest` class is used to request a specific workload within the App Hub v1 API, and it is the most recent version, labeled as 1.0.0."],["It inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionalities such as message handling, equality comparisons, deep cloning, and buffer message management."],["The class includes two constructors: a default constructor and another that accepts an existing `GetWorkloadRequest` object for copying."],["It has two key properties: `Name`, a string representing the fully qualified name of the workload to be fetched, and `WorkloadName`, a typed view over the name property for easier handling."]]],[]]