View Source GoogleApi.CloudDeploy.V1.Model.TimeWindows (google_api_cloud_deploy v0.13.0)
Time windows within which actions are restricted. See the documentation for more information on how to configure dates/times.
Attributes
-
oneTimeWindows(type:list(GoogleApi.CloudDeploy.V1.Model.OneTimeWindow.t), default:nil) - Optional. One-time windows within which actions are restricted. -
timeZone(type:String.t, default:nil) - Required. The time zone in IANA format IANA Time Zone Database (e.g. America/New_York). -
weeklyWindows(type:list(GoogleApi.CloudDeploy.V1.Model.WeeklyWindow.t), default:nil) - Optional. Recurring weekly windows within which actions are restricted.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudDeploy.V1.Model.TimeWindows{ oneTimeWindows: [GoogleApi.CloudDeploy.V1.Model.OneTimeWindow.t()] | nil, timeZone: String.t() | nil, weeklyWindows: [GoogleApi.CloudDeploy.V1.Model.WeeklyWindow.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.