google_api_storage_transfer v0.5.0 GoogleApi.StorageTransfer.V1.Model.Schedule View Source

Transfers can be scheduled to recur or to run just once.

Attributes

  • scheduleEndDate (DateTime): The last day the recurring transfer will be run. If `scheduleEndDate` is the same as `scheduleStartDate`, the transfer will be executed only once. Defaults to: null.
  • scheduleStartDate (DateTime): The first day the recurring transfer is scheduled to run. If `scheduleStartDate` is in the past, the transfer will run for the first time on the following day. Required. Defaults to: null.
  • startTimeOfDay (TimeOfDay): 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. Defaults to: null.

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.StorageTransfer.V1.Model.Schedule{
  scheduleEndDate: any(),
  scheduleStartDate: any(),
  startTimeOfDay: GoogleApi.StorageTransfer.V1.Model.TimeOfDay.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.