Required. The resource name of the Workload to fetch. This is the workloads's
relative path in the API, formatted as
"organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}".
For example,
"organizations/123/locations/us-east1/workloads/assured-workload-1".
[[["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 documentation for the `GetWorkloadRequest` class within the Assured Workloads v1beta1 API, specifically version 2.0.0-beta07."],["`GetWorkloadRequest` is a class used to request fetching a workload, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and has inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The class includes two constructors, a default constructor and one that takes another `GetWorkloadRequest` as a parameter, and has two properties: `Name` (a string) and `WorkloadName` (a WorkloadName type)."],["The `Name` property is required and represents the resource name of the workload to fetch, following a specific format that's provided in the documentation."]]],[]]