GoogleCloudContentwarehouseV1TimestampValue

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TimestampValue


Table of Contents ▼

Jump to a specific part of the page:

Description

Timestamp value type.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. 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"
  2. timestampValue (type: DateTime.t, default: nil)
    - Timestamp value

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TimestampValue{
textValue: String.t() | nil,
timestampValue: DateTime.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TimestampValue