Voting helps other researchers find interesting modules.
Represents text (with an associated language) that is affixed to the beginning and/or end of a primary text.
language
String.t
nil
prefix
suffix
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreTextAffixProto{ language: String.t() | nil, prefix: String.t() | nil, suffix: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()