View Source GoogleApi.BigQueryDataTransfer.V1.Model.StartManualTransferRunsRequest (google_api_big_query_data_transfer v0.27.0)
A request to start manual transfer runs.
Attributes
-
requestedRunTime
(type:DateTime.t
, default:nil
) - A run_time timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_run_time must be a past time and cannot include future time values. -
requestedTimeRange
(type:GoogleApi.BigQueryDataTransfer.V1.Model.TimeRange.t
, default:nil
) - A time_range start and end timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_time_range must be a past time and cannot include future time values.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQueryDataTransfer.V1.Model.StartManualTransferRunsRequest{ requestedRunTime: DateTime.t() | nil, requestedTimeRange: GoogleApi.BigQueryDataTransfer.V1.Model.TimeRange.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.