Show / Hide Table of Contents

Class AssetsExportJobExecutionResult

Contains the result of the assets export.

Inheritance
object
AssetsExportJobExecutionResult
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX