GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaUserContext
Table of Contents ▼
Jump to a specific part of the page:
Description
Additional context about the user's current and/or future availability to give a better understanding of the status ("Working from Zurich").
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
localTime
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaLocalTimeContext
, default:nil
)
- Helps to determine the user's local time by providing their current time zone. -
upcomingCommitmentContext
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaUpcomingCommitmentContext
, default:nil
)
- Information about upcoming events. -
upcomingOoo
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaUpcomingOooContext
, default:nil
)
- Set if user has upcoming OOO. -
workingElsewhere
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaWorkingElsewhereContext
, default:nil
)
- Set if the user has a working location. Not just elsewhere (legacy name).
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaUserContext{
localTime: GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaLocalTimeContext.t() | nil,
upcomingCommitmentContext: GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaUpcomingCommitmentContext.t() | nil,
upcomingOoo: GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaUpcomingOooContext.t() | nil,
workingElsewhere: GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaWorkingElsewhereContext.t() | nil
}
localTime: GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaLocalTimeContext.t() | nil,
upcomingCommitmentContext: GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaUpcomingCommitmentContext.t() | nil,
upcomingOoo: GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaUpcomingOooContext.t() | nil,
workingElsewhere: GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaWorkingElsewhereContext.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaUserContext