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

Represents a time window expressed as a time range.

Attributes

  • endTimestamp (type: String.t, default: nil) - Time in seconds since epoch.
  • startTimestamp (type: String.t, default: nil) - Time in seconds since epoch.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaDeeplinkInfoTimeWindow{
    endTimestamp: String.t() | nil,
    startTimestamp: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.