GoogleCloudContentwarehouseV1TimestampValue

AI Overview😉

  • The potential purpose of this module is to accurately parse and store timestamp values in a standardized format, allowing for efficient and consistent handling of date and time-related data.
  • This module could impact search results by ensuring that timestamp-based queries and filters are executed correctly, and that relevant results are returned in a timely manner. It may also influence the ranking of results based on their recency or relevance to a specific time period.
  • To be more favorable for this function, a website could ensure that its timestamp values are consistently formatted and accurately represent the desired date and time. This may involve using standardized formats such as ISO 8601, and providing clear and concise timestamp information in metadata or structured data.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

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

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.