Voting helps other researchers find interesting modules.
Map property value. Represents a structured entries of key value pairs, consisting of field names which map to dynamically typed values.
fields
%{optional(String.t) => GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Value.t}
nil
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1MapProperty{ fields: %{ optional(String.t()) => GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Value.t() } | nil }
@spec decode(struct(), keyword()) :: struct()