Optional. A identifier associated with the workload and underlying projects
which allows for the break down of billing costs for a workload. The value
provided for the identifier will add a label to the workload and contained
projects with the identifier as the value.
[[["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 `CreateWorkloadRequest` class is used to request the creation of a workload within the Google Cloud Assured Workloads service, and it is part of the `Google.Cloud.AssuredWorkloads.V1Beta1` namespace."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparisons, deep cloning, and buffer-based operations."],["The `CreateWorkloadRequest` object requires a parent resource name, and an Assured Workload to create, and supports setting an optional external identifier for workload billing cost breakdown."],["There are two constructors for `CreateWorkloadRequest`: a default constructor and one that accepts another `CreateWorkloadRequest` instance for copying, and it includes properties like `ExternalId`, `Parent`, `ParentAsLocationName`, and `Workload`."],["The class has an inheritance of Object, and it uses various inherited members including GetHashCode(), GetType(), MemberwiseClone(), and ToString()."]]],[]]