Class AssetsExportJobExecutionResult
Contains the result of the assets export.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class AssetsExportJobExecutionResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Error
Output only. Error encountered during export.
Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
Type | Description |
---|---|
Status |
OutputFiles
Output only. List of output files.
Declaration
[JsonProperty("outputFiles")]
public virtual OutputFileList OutputFiles { get; set; }
Property Value
Type | Description |
---|---|
OutputFileList |
SignedUris
Output only. Signed URLs for downloading export artifacts.
Declaration
[JsonProperty("signedUris")]
public virtual SignedUris SignedUris { get; set; }
Property Value
Type | Description |
---|---|
SignedUris |