View Source GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiMapsExtendedData (google_api_content_warehouse v0.4.0)
Extension data for use in Maps Product Profile.
Attributes
-
failure
(type:GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiProductProfileFailure.t
, default:nil
) - Failure type if there is an error when fetching product profile data. -
followeeCount
(type:String.t
, default:nil
) - Number of people the user is following. -
followerCount
(type:integer()
, default:nil
) - Number of people who are following the user. -
numContributions
(type:String.t
, default:nil
) - Sum of creators contributions i.e. reviews, rating, questions, etc. -
profilePhotoUrl
(type:String.t
, default:nil
) - The user's profile photo that might have a badge rendered at the corner if the user is eligible for a badge. -
tagline
(type:String.t
, default:nil
) - A user's bio, or tagline. -
topicExpertise
(type:list(String.t)
, default:nil
) - A topic that creator has expertise in. This will be in the format: emoji associated with the topic, display name of the topic, topic score -
userCaption
(type:String.t
, default:nil
) - A user's caption displayed under the user name on their profile page i.e. 'Local Guide Level 8'
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiMapsExtendedData{ failure: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiProductProfileFailure.t() | nil, followeeCount: String.t() | nil, followerCount: integer() | nil, numContributions: String.t() | nil, profilePhotoUrl: String.t() | nil, tagline: String.t() | nil, topicExpertise: [String.t()] | nil, userCaption: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.