GoogleCloudContentwarehouseV1DateTimeArray

AI Overview😉

  • The potential purpose of this module is to process and store datetime values, specifically arrays of datetime values, in a structured format. This allows for efficient querying and filtering of datetime-related data.
  • This module could impact search results by enabling more accurate and relevant date-based filtering and sorting. For example, it could help Google understand when a piece of content was created, updated, or is relevant for a specific time period, allowing for more precise search results.
  • To be more favorable for this function, a website could ensure that their datetime values are accurately and consistently represented in their metadata, such as schema.org markup or JSON-LD. This could include providing specific datetime values for creation, modification, and expiration dates, as well as using standardized datetime formats.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DateTimeArray (google_api_content_warehouse v0.4.0)

DateTime values.

Attributes

  • values (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDateTime.t), default: nil) - List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.

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.GoogleCloudContentwarehouseV1DateTimeArray{
    values: [GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDateTime.t()] | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.