GoogleInternalAppsWaldoV1alphaAvailabilityPeriod

GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaAvailabilityPeriod


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents the information about user's working hours during one day. Note that a period on Monday from 18:00 - 00:00 is represented as a triplet (1, 1080, 1440).

Attributes List

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

View Attributes

Attributes

  1. dayOfWeek (type: integer(), default: nil)
    - Day of week, 0 for Sunday, 1 for Monday, ...
  2. periodEndMinutes (type: integer(), default: nil)
    - Period end, in minutes from the start of the day, exclusive.
  3. periodStartMinutes (type: integer(), default: nil)
    - Period start, in minutes from the start of the day, inclusive.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaAvailabilityPeriod{
dayOfWeek: integer() | nil,
periodEndMinutes: integer() | nil,
periodStartMinutes: integer() | nil
}

Function

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

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