View Source GoogleApi.Monitoring.V3.Model.Daily (google_api_monitoring v0.61.1)
Used to schedule the query to run every so many days.
Attributes
-
executionTime
(type:GoogleApi.Monitoring.V3.Model.TimeOfDay.t
, default:nil
) - Optional. The time of day (in UTC) at which the query should run. If left unspecified, the server picks an arbitrary time of day and runs the query at the same time each day. -
periodicity
(type:integer()
, default:nil
) - Required. The number of days between runs. Must be greater than or equal to 1 day and less than or equal to 31 days.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Monitoring.V3.Model.Daily{ executionTime: GoogleApi.Monitoring.V3.Model.TimeOfDay.t() | nil, periodicity: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.