Show / Hide Table of Contents

Class ReportExportJob

Report export job message.

Inheritance
object
ReportExportJob
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 ReportExportJob : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Name

Output only. Identifier. Resource name.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

RecentExecutions

Output only. Recent not expired executions of the export report job.

Declaration
[JsonProperty("recentExecutions")]
public virtual IList<ReportExportExecution> RecentExecutions { get; set; }
Property Value
Type Description
IList<ReportExportExecution>

SignedUriDestination

Export with a SignedUri.

Declaration
[JsonProperty("signedUriDestination")]
public virtual SignedUriDestination SignedUriDestination { get; set; }
Property Value
Type Description
SignedUriDestination

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX