SocialGraphApiProtoSearchProfileEntity

GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity


Table of Contents ▼

Jump to a specific part of the page:

Description

This proto represents either a KG-entity, as represented by it's MID, or free-string text.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. countryCode (type: String.t, default: nil)
    - Corresponding country code. Refer to go/people-search-dashboard for code list.
  2. entity (type: String.t, default: nil)
    - Corresponding mid in KG.
  3. name (type: list(String.t), default: nil)
    - Custom name of entity if there is no corresponding place/entity in KG (mid)

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity{
countryCode: String.t() | nil,
entity: String.t() | nil,
name: [String.t()] | nil
}

Function

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

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