ResearchScienceSearchDate

GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchDate


Table of Contents ▼

Jump to a specific part of the page:

Description

Representation of fields that contain dates. The formattes version, if present, contains ISO 8601 formatted date or range. Otherwise, it is an unformatted string. Next ID: 3

Attributes List

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

View Attributes

Attributes

  1. formatted (type: String.t, default: nil)
    -
  2. unformatted (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchDate{
formatted: String.t() | nil,
unformatted: String.t() | nil
}

Function

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

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