View Source GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileData (google_api_content_warehouse v0.2.0)
Data contained in every search profile. go/janata-profile-in-sgbe.
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.t), default:nil) - -
interest(type:list(GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity.t), 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.t), default:nil) - -
metadata(type:GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileMetadata.t, default:nil) - -
occupation(type:list(GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity.t), 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. -
socialLink(type:list(GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileSocialLink.t), default:nil) - -
website(type:list(String.t), default:nil) - -
workplace(type:list(GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileWorkplace.t), default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.