google_api_big_query_data_transfer v0.8.0 GoogleApi.BigQueryDataTransfer.V1.Model.TimeRange View Source
A specification for a time range, this will request transfer runs with run_time between start_time (inclusive) and end_time (exclusive).
Attributes
- endTime (DateTime.t): End time of the range of transfer runs. For example,
"2017-05-30T00:00:00+00:00"
. The end_time must not be in the future. Creates transfer runs where run_time is in the range betwen start_time (inclusive) and end_time (exlusive). Defaults tonil
. - startTime (DateTime.t): Start time of the range of transfer runs. For example,
"2017-05-25T00:00:00+00:00"
. The start_time must be strictly less than the end_time. Creates transfer runs where run_time is in the range betwen start_time (inclusive) and end_time (exlusive). Defaults tonil
.
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()
View Source
t() :: %GoogleApi.BigQueryDataTransfer.V1.Model.TimeRange{
endTime: DateTime.t(),
startTime: DateTime.t()
}
t() :: %GoogleApi.BigQueryDataTransfer.V1.Model.TimeRange{ endTime: DateTime.t(), startTime: DateTime.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.