Voting helps other researchers find interesting modules.
UserProto identifies a (human) user of Geo Data. Its primary use is in describing the source of pieces of data (e.g. edits). It could be a simple identifier, but isn't so that we can store it in the clear while still preventing correlation between a user's contribution.
encryptedGaiaId
String.t
nil
encryptionKeyName
keystoreConfigId
integer()
username
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreUserProto{ encryptedGaiaId: String.t() | nil, encryptionKeyName: String.t() | nil, keystoreConfigId: integer() | nil, username: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()