UpdateWorkloadRequest

Request for Updating a workload.

JSON representation
{
  "workload": {
    object (Workload)
  },
  "updateMask": string
}
Fields
workload

object (Workload)

Required. The workload to update. The workload's name field is used to identify the workload to be updated. Format: organizations/{org_id}/locations/{locationId}/workloads/{workload_id}

updateMask

string (FieldMask format)

Required. The list of fields to be updated.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".