View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLocalizedString (google_api_content_warehouse v0.4.0)
Next available tag: 8.
Attributes
-
domain
(type:String.t
, default:nil
) - The domain name from which results come, e.g. "play.google.com". -
fprintModifier
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFprintModifierProto.t
, default:nil
) - FprintModifier describing the formatting of the string. If fprint_modifier is set, then original_string, language and region should not be set. -
language
(type:String.t
, default:nil
) - The language in the III standard (http://go/iii) -
normalizedString
(type:String.t
, default:nil
) - -
originalString
(type:String.t
, default:nil
) - -
region
(type:String.t
, default:nil
) - The region in the III standard (http://go/iii) -
sourceType
(type:String.t
, default:nil
) - Which querybase pipeline the data comes from.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLocalizedString{ domain: String.t() | nil, fprintModifier: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFprintModifierProto.t() | nil, language: String.t() | nil, normalizedString: String.t() | nil, originalString: String.t() | nil, region: String.t() | nil, sourceType: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.