Class ReportExportJob
Report export job message.
Implements
Inherited Members
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 |