Class ListReportExportJobsResponse
Response message for listing report export jobs.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class ListReportExportJobsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
Output only. A token identifying a page of results the server should return.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReportExportJobs
Output only. The list of report export jobs.
Declaration
[JsonProperty("reportExportJobs")]
public virtual IList<ReportExportJob> ReportExportJobs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ReportExportJob> |