GoogleApi.DataFusion.V1beta1.Model.RecurringTimeWindow (google_api_data_fusion v0.27.0)

View Source

Represents an arbitrary window of time that recurs.

Attributes

  • recurrence (type: String.t, default: nil) - Required. An RRULE with format RFC-5545 for how this window reccurs. They go on for the span of time between the start and end time. The only supported FREQ value is "WEEKLY". To have something repeat every weekday, use: "FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR". This specifies how frequently the window starts. To have a 9 am - 5 pm UTC-4 window every weekday, use something like: start time = 2019-01-01T09:00:00-0400 end time = 2019-01-01T17:00:00-0400 recurrence = FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR
  • window (type: GoogleApi.DataFusion.V1beta1.Model.TimeWindow.t, default: nil) - Required. The window representing the start and end time of recurrences. This field ignores the date components of the provided timestamps. Only the time of day and duration between start and end time are relevant.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataFusion.V1beta1.Model.RecurringTimeWindow{
  recurrence: String.t() | nil,
  window: GoogleApi.DataFusion.V1beta1.Model.TimeWindow.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.