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

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.