Voting helps other researchers find interesting modules.
Timestamp value type.
textValue
String.t
nil
timestampValue
DateTime.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TimestampValue{ textValue: String.t() | nil, timestampValue: DateTime.t() | nil }
@spec decode(struct(), keyword()) :: struct()