GeostoreBusinessHoursProto

GoogleApi.ContentWarehouse.V1.Model.GeostoreBusinessHoursProto


Table of Contents ▼

Jump to a specific part of the page:

Description

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 List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreBusinessHoursProto