View Source GoogleApi.Monitoring.V3.Model.Hourly (google_api_monitoring v0.61.1)

Used to schedule the query to run every so many hours.

Attributes

  • minuteOffset (type: integer(), default: nil) - Optional. The number of minutes after the hour (in UTC) to run the query. Must be greater than or equal to 0 minutes and less than or equal to 59 minutes. If left unspecified, then an arbitrary offset is used.
  • periodicity (type: integer(), default: nil) - Required. The number of hours between runs. Must be greater than or equal to 1 hour and less than or equal to 48 hours.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.Hourly{
  minuteOffset: integer() | nil,
  periodicity: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.