GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPartialNameOptions
Table of Contents ▼
Jump to a specific part of the page:
Description
For general information about Limited Profiles, see go/limited-profiles-api. LINT.IfChange
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
language
(type:String.t
, default:nil
)
- IETF BCP-47 language code that should be used for localizing the name computation (go/bcp-47). If not provided, we'll use the name origin detector to infer it. If unable to detect, "en" will be assumed. -
parsedDisplayNameSpec
(type:GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPartialNameOptionsParsedDisplayNameSpec
, default:nil
)
- -
twoPartNameSpec
(type:GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPartialNameOptionsTwoPartNameSpec
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPartialNameOptions{
language: String.t() | nil,
parsedDisplayNameSpec: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPartialNameOptionsParsedDisplayNameSpec.t() | nil,
twoPartNameSpec: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPartialNameOptionsTwoPartNameSpec.t() | nil
}
language: String.t() | nil,
parsedDisplayNameSpec: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPartialNameOptionsParsedDisplayNameSpec.t() | nil,
twoPartNameSpec: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPartialNameOptionsTwoPartNameSpec.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPartialNameOptions