View Source GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileLocation (google_api_content_warehouse v0.4.0)

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

Attributes

  • endTime (type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t, default: nil) -
  • lengthOfStay (type: String.t, default: nil) -
  • place (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity.t, default: nil) -
  • point (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileLocationInfo.t, default: nil) -
  • startTime (type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t, default: nil) -
  • type (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.