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

Next field: 9

Attributes

  • event (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeEvent.t, default: nil) -
  • fuzzyRange (type: String.t, default: nil) -
  • month (type: String.t, default: nil) -
  • quarter (type: String.t, default: nil) -
  • reference (type: String.t, default: nil) -
  • season (type: String.t, default: nil) -
  • unit (type: String.t, default: nil) - Unnamed target: "week", "month" etc. E.g., "1st week of April".
  • weekday (type: list(String.t), default: nil) - Named target: only one of the following is expected.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeTargetToFetch{
    event:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeEvent.t()
      | nil,
    fuzzyRange: String.t() | nil,
    month: String.t() | nil,
    quarter: String.t() | nil,
    reference: String.t() | nil,
    season: String.t() | nil,
    unit: String.t() | nil,
    weekday: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.