Class ScheduleTransferRunsResponse
A response to schedule transfer runs for a time range.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryDataTransfer.v1.Data
Assembly: Google.Apis.BigQueryDataTransfer.v1.dll
Syntax
public class ScheduleTransferRunsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Runs
The transfer runs that were scheduled.
Declaration
[JsonProperty("runs")]
public virtual IList<TransferRun> Runs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<TransferRun> |