Class GoogleCloudAssuredworkloadsV1ApplyWorkloadUpdateResponse
Response for ApplyWorkloadUpdate endpoint.
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1.Data
Assembly: Google.Apis.Assuredworkloads.v1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1ApplyWorkloadUpdateResponse : IDirectResponseSchema
Properties
AppliedUpdate
The update that was applied.
Declaration
[JsonProperty("appliedUpdate")]
public virtual GoogleCloudAssuredworkloadsV1WorkloadUpdate AppliedUpdate { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAssuredworkloadsV1WorkloadUpdate |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |