View Source GoogleApi.Content.V2.Model.BusinessDayConfig (google_api_content v0.66.0)

Attributes

  • businessDays (type: list(String.t), default: nil) - Regular business days, such as '"monday"'. May not be empty.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V2.Model.BusinessDayConfig{
  businessDays: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.