Voting helps other researchers find interesting modules.
Specifies how each piece of the name should be handled. Names are structured into given name and family name and this allows an independent specification for each of these pieces. Very limited preprocessing is done for this option (leading whitespace trimming mostly). Composed names are treated as a single unit and are not broken down.
hideAll
boolean()
nil
showAll
showFirstNChars
integer()
n
showInitial
truncationIndicator
String.t
hide_all
show_all
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPartialNameOptionsNamePartSpec{ hideAll: boolean() | nil, showAll: boolean() | nil, showFirstNChars: integer() | nil, showInitial: boolean() | nil, truncationIndicator: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()