View Source GoogleApi.Content.V21.Model.TimePeriod (google_api_content v0.67.1)

A message that represents a time period.

Attributes

  • endTime (type: DateTime.t, default: nil) - The ending timestamp.
  • startTime (type: DateTime.t, default: nil) - The starting timestamp.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.TimePeriod{
  endTime: DateTime.t() | nil,
  startTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.