SocialGraphApiProtoPronounEntry

GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPronounEntry


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. languageCode (type: String.t, default: nil)
    - Locale option in which the pronouns were set, in the BCP-47 format. Set by the client at write time.
  2. pronounType (type: String.t, default: nil)
    - The pronoun entry type that the user has selected. This indicates which locale-independent classification of pronoun was selected (or optionally, if it is a custom field).
  3. value (type: String.t, default: nil)
    - The user's preferred pronouns. Eg. "they / them". This is a human-readable string to be displayed as the user's pronoun. Set at write-time, regardless of pronoun-type. Value is returned as it was set (no localization).

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPronounEntry{
languageCode: String.t() | nil,
pronounType: String.t() | nil,
value: String.t() | nil
}

Function

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

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