View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreBusinessHoursProto (google_api_content_warehouse v0.4.0)

A BusinessHoursProto stores a weekly schedule of opening hours for a business (represented as a BusinessHours message) together with other closely related information that is Geo-specific.

Attributes

  • data (type: GoogleApi.ContentWarehouse.V1.Model.BusinessHours.t, default: nil) - The actual hours represented by this BusinessHoursProto.
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldMetadataProto.t, default: nil) - Field-level metadata for these hours.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreBusinessHoursProto{
  data: GoogleApi.ContentWarehouse.V1.Model.BusinessHours.t() | nil,
  metadata:
    GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldMetadataProto.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.