View Source GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaUserLocation (google_api_content_warehouse v0.2.0)
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
-
customLocation(type:GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaCustomLocation.t, default:nil) - Indicates the user is working from some other location. -
homeLocation(type:GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaHomeLocation.t, default:nil) - Indicates the user is working from home. -
officeLocation(type:GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaOfficeLocation.t, default:nil) - Indicates the user is working from the office.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.