GoogleInternalAppsWaldoV1alphaUserLocation

GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaUserLocation


Table of Contents ▼

Jump to a specific part of the page:

Description

Location of the user, which might be "home", for example, or an office building, as well as a custom location specified by the user.

Attributes List

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

View Attributes

Attributes

  1. customLocation (type: GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaCustomLocation, default: nil)
    - Indicates the user is working from some other location.
  2. homeLocation (type: GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaHomeLocation, default: nil)
    - Indicates the user is working from home.
  3. officeLocation (type: GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaOfficeLocation, default: nil)
    - Indicates the user is working from the office.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaUserLocation{
customLocation: GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaCustomLocation.t() | nil,
homeLocation: GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaHomeLocation.t() | nil,
officeLocation: GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaOfficeLocation.t() | nil
}

Function

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

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