GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileData
Table of Contents ▼
Jump to a specific part of the page:
Description
Data contained in every search profile. go/janata-profile-in-sgbe.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
description
(type:String.t
, default:nil
)
- A free-text summary that the user inputs. E.g. "Coder by day, jazz guitarist by night." -
education
(type:list(GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEducation)
, default:nil
)
- -
interest
(type:list(GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity)
, default:nil
)
- -
language
(type:String.t
, default:nil
)
- Indicates the language of this search profile. Use ISO-639 2-letter language code to specifying the language that this profile is created in. -
location
(type:list(GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileLocation)
, default:nil
)
- -
metadata
(type:GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileMetadata
, default:nil
)
- -
occupation
(type:list(GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity)
, default:nil
)
- -
publicEmail
(type:list(String.t)
, default:nil
)
- This is the email that the user has chosen to display on their "SearchCard" publicly. -
publicPhoneNumber
(type:list(String.t)
, default:nil
)
- This is the phone number that the user has chosen to display on their "SearchCard" publicly. -
website
(type:list(String.t)
, default:nil
)
- -
workplace
(type:list(GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileWorkplace)
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileData{
description: String.t() | nil,
education: [ GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEducation.t() ] | nil,
interest: [ GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity.t() ] | nil,
language: String.t() | nil,
location: [ GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileLocation.t() ] | nil,
metadata: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileMetadata.t() | nil,
occupation: [ GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity.t() ] | nil,
publicEmail: [String.t()] | nil,
publicPhoneNumber: [String.t()] | nil,
socialLink: [ GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileSocialLink.t() ] | nil,
website: [String.t()] | nil,
workplace: [ GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileWorkplace.t() ] | nil
}
description: String.t() | nil,
education: [ GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEducation.t() ] | nil,
interest: [ GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity.t() ] | nil,
language: String.t() | nil,
location: [ GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileLocation.t() ] | nil,
metadata: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileMetadata.t() | nil,
occupation: [ GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity.t() ] | nil,
publicEmail: [String.t()] | nil,
publicPhoneNumber: [String.t()] | nil,
socialLink: [ GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileSocialLink.t() ] | nil,
website: [String.t()] | nil,
workplace: [ GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileWorkplace.t() ] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileData