SocialGraphApiProtoSearchProfileLocation

GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileLocation


Table of Contents ▼

Jump to a specific part of the page:

Description

Wraps information about a user's location, if they have chosen to share it on their SearchCard.

Attributes List

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

View Attributes

Attributes

  1. endTime (type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate, default: nil)
    -
  2. lengthOfStay (type: String.t, default: nil)
    -
  3. place (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity, default: nil)
    -
  4. point (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileLocationInfo, default: nil)
    -
  5. startTime (type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate, default: nil)
    -
  6. type (type: String.t, default: nil)
    -

Type

@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
}

Function

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

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