GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLocalizedString
Table of Contents ▼
Jump to a specific part of the page:
Description
Next available tag: 8.
Attributes List
This module has the following attributes (case-insensitive ascending order):
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
, 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.
Type
@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
}
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
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLocalizedString