class Google::Apis::OsconfigV1::WeeklySchedule
Represents a weekly schedule.
Attributes
day_of_week[RW]
Required. Day of the week. Corresponds to the JSON property `dayOfWeek` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/osconfig_v1/classes.rb, line 1922 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/osconfig_v1/classes.rb, line 1927 def update!(**args) @day_of_week = args[:day_of_week] if args.key?(:day_of_week) end