WeeklySchedule
Name | Type | Description | Notes |
---|---|---|---|
days | | | |
time | String | UTC time of day e.g. 01:00:00 - as defined by partial-time - RFC3339 | |
require 'ionoscloud-container-registry'
instance = IonoscloudContainerRegistry::WeeklySchedule.new(
days: null,
time: 01:23:00+00:00
)
Last modified 11mo ago