View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TimestampValue (google_api_content_warehouse v0.6.1)
Timestamp value type.
Attributes
-
textValue(type:String.t, default:nil) - The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z" -
timestampValue(type:DateTime.t, default:nil) - Timestamp value
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TimestampValue{ textValue: String.t() | nil, timestampValue: DateTime.t() | nil }