google_api_storage_transfer v0.9.0 GoogleApi.StorageTransfer.V1.Model.Schedule View Source
Transfers can be scheduled to recur or to run just once.
Attributes
scheduleEndDate
(type:GoogleApi.StorageTransfer.V1.Model.Date.t
, default:nil
) - The last day the recurring transfer will be run. IfscheduleEndDate
is the same asscheduleStartDate
, the transfer will be executed only once.scheduleStartDate
(type:GoogleApi.StorageTransfer.V1.Model.Date.t
, default:nil
) - Required. The first day the recurring transfer is scheduled to run. IfscheduleStartDate
is in the past, the transfer will run for the first time on the following day.startTimeOfDay
(type:GoogleApi.StorageTransfer.V1.Model.TimeOfDay.t
, default:nil
) - The time in UTC at which the transfer will be scheduled to start in a day. Transfers may start later than this time. If not specified, recurring and one-time transfers that are scheduled to run today will run immediately; recurring transfers that are scheduled to run on a future date will start at approximately midnight UTC on that date. Note that when configuring a transfer with the Cloud Platform Console, the transfer's start time in a day is specified in your local timezone.
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 Sourcet() :: %GoogleApi.StorageTransfer.V1.Model.Schedule{ scheduleEndDate: GoogleApi.StorageTransfer.V1.Model.Date.t(), scheduleStartDate: GoogleApi.StorageTransfer.V1.Model.Date.t(), startTimeOfDay: GoogleApi.StorageTransfer.V1.Model.TimeOfDay.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.