google_api_big_query_data_transfer v0.16.0 GoogleApi.BigQueryDataTransfer.V1.Model.ScheduleTransferRunsRequest View Source

A request to schedule transfer runs for a time range.

Attributes

  • endTime (type: DateTime.t, default: nil) - Required. End time of the range of transfer runs. For example, "2017-05-30T00:00:00+00:00".
  • startTime (type: DateTime.t, default: nil) - Required. Start time of the range of transfer runs. For example, "2017-05-25T00:00:00+00:00".

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.BigQueryDataTransfer.V1.Model.ScheduleTransferRunsRequest{
  endTime: DateTime.t(),
  startTime: DateTime.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.