GoogleApi.Content.V21.Model.TimePeriod (google_api_content v0.73.0)
View SourceA 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 }