GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiMapsExtendedData
Table of Contents ▼
Jump to a specific part of the page:
Description
Extension data for use in Maps Product Profile.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
failure
(type:GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiProductProfileFailure
, 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'
Type
@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
}
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
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiMapsExtendedData