Class GoogleCloudAssuredworkloadsV1UpdateDetails
The details of the update.
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1.Data
Assembly: Google.Apis.Assuredworkloads.v1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1UpdateDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OrgPolicyUpdate
Update to one org policy, e.g. gcp.resourceLocation.
Declaration
[JsonProperty("orgPolicyUpdate")]
public virtual GoogleCloudAssuredworkloadsV1OrgPolicyUpdate OrgPolicyUpdate { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAssuredworkloadsV1OrgPolicyUpdate |