Class GoogleCloudRetailV2alphaExportMetadata
Metadata related to the progress of the Export operation. This will be returned by the google.longrunning.Operation.metadata field.
Inheritance
System.Object
GoogleCloudRetailV2alphaExportMetadata
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudRetail.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailV2alphaExportMetadata : IDirectResponseSchema
Properties
CreateTime
Operation create time.
Declaration
[JsonProperty("createTime")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UpdateTime
Operation last update time. If the operation is done, this is also the finish time.
Declaration
[JsonProperty("updateTime")]
public virtual object UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
Implements
Google.Apis.Requests.IDirectResponseSchema