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

If the single date (plus the precision mark) is still not good enough, we will use the following fields for a date range. In this case, the fields above may all be empty.

Attributes

  • end (type: String.t, default: nil) -
  • start (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedSyntacticDateDateRange{
    end: String.t() | nil,
    start: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.