Voting helps other researchers find interesting modules.
A RawDataProto is a key-value pair that represents arbitrary source data from a particular provider. Raw data can be attached to features using their source_info field.
key
String.t
nil
valueString
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreRawDataProto{ key: String.t() | nil, valueString: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()