Show / Hide Table of Contents

Class InstancesBulkInsertOperationMetadata

Inheritance
object
InstancesBulkInsertOperationMetadata
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.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class InstancesBulkInsertOperationMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PerLocationStatus

Status information per location (location name is key). Example key: zones/us-central1-a

Declaration
[JsonProperty("perLocationStatus")]
public virtual IDictionary<string, BulkInsertOperationStatus> PerLocationStatus { get; set; }
Property Value
Type Description
IDictionary<string, BulkInsertOperationStatus>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX