Class AcceleratePrivateCloudDeletionRequest
Request message for VmwareEngine.AcceleratePrivateCloudDeletion
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class AcceleratePrivateCloudDeletionRequest : IDirectResponseSchema
Properties
ETag
Optional. Checksum used to ensure that the user-provided value is up to date before the server processes the
request. The server compares provided checksum with the current checksum of the resource. If the
user-provided value is out of date, this request returns an ABORTED error.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequestId
Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
Declaration
[JsonProperty("requestId")]
public virtual string RequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |