GoogleApi.MyBusinessBusinessInformation.V1.Model.SpecialHours (google_api_my_business_business_information v0.5.2)

View Source

Represents a set of time periods when a location's operational hours differ from its normal business hours.

Attributes

  • specialHourPeriods (type: list(GoogleApi.MyBusinessBusinessInformation.V1.Model.SpecialHourPeriod.t), default: nil) - Required. A list of exceptions to the business's regular hours.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.SpecialHours{
  specialHourPeriods:
    [GoogleApi.MyBusinessBusinessInformation.V1.Model.SpecialHourPeriod.t()]
    | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.