Show / Hide Table of Contents

Class GoogleCloudAssuredworkloadsV1beta1UpdateDetails

The details of the update.

Inheritance
object
GoogleCloudAssuredworkloadsV1beta1UpdateDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Assuredworkloads.v1beta1.Data
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1beta1UpdateDetails : 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 GoogleCloudAssuredworkloadsV1beta1OrgPolicyUpdate OrgPolicyUpdate { get; set; }
Property Value
Type Description
GoogleCloudAssuredworkloadsV1beta1OrgPolicyUpdate

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX