Class: Google::Cloud::OsConfig::V1::WeeklySchedule

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/osconfig/v1/patch_deployments.rb

Overview

Represents a weekly schedule.

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_week::Google::Type::DayOfWeek

Returns Required. Day of the week.

Returns:



160
161
162
163
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 160

class WeeklySchedule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end