View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TimestampValue (google_api_content_warehouse v0.4.0)

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
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.