AppsPeopleOzExternalMergedpeopleapiMapsExtendedData

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):

View Attributes

Attributes

  1. failure (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiProductProfileFailure, default: nil)
    - Failure type if there is an error when fetching product profile data.
  2. followeeCount (type: String.t, default: nil)
    - Number of people the user is following.
  3. followerCount (type: integer(), default: nil)
    - Number of people who are following the user.
  4. numContributions (type: String.t, default: nil)
    - Sum of creators contributions i.e. reviews, rating, questions, etc.
  5. 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.
  6. tagline (type: String.t, default: nil)
    - A user's bio, or tagline.
  7. 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
  8. 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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiMapsExtendedData