Voting helps other researchers find interesting modules.
Wraps information about a user's location, if they have chosen to share it on their SearchCard.
endTime
GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t
nil
lengthOfStay
String.t
place
GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity.t
point
GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileLocationInfo.t
startTime
type
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileLocation{ endTime: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t() | nil, lengthOfStay: String.t() | nil, place: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity.t() | nil, point: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileLocationInfo.t() | nil, startTime: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t() | nil, type: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()