google_api_spectrum v0.1.0 GoogleApi.Spectrum.V1explorer.Model.EventTime View Source

The start and stop times of an event. This is used to indicate the time period for which a spectrum profile is valid. Both times are expressed using the format, YYYY-MM-DDThh:mm:ssZ, as defined in RFC3339. The times must be expressed using UTC.

Attributes

  • startTime (String.t): The inclusive start of the event. It will be present. Defaults to: null.
  • stopTime (String.t): The exclusive end of the event. It will be present. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Spectrum.V1explorer.Model.EventTime{
  startTime: any(),
  stopTime: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.