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

View Source

More hours types that a business can offers, in addition to its regular hours.

Attributes

  • displayName (type: String.t, default: nil) - Output only. The human-readable English display name for the hours type.
  • hoursTypeId (type: String.t, default: nil) - Output only. A stable ID provided by Google for this hours type.
  • localizedDisplayName (type: String.t, default: nil) - Output only. The human-readable localized display name for the hours type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.MoreHoursType{
  displayName: String.t() | nil,
  hoursTypeId: String.t() | nil,
  localizedDisplayName: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.