class Google::Apis::OsconfigV1beta::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_v1beta/classes.rb, line 2172
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_v1beta/classes.rb, line 2177
def update!(**args)
  @day_of_week = args[:day_of_week] if args.key?(:day_of_week)
end