Class: Google::Cloud::OsConfig::V1::WeeklySchedule
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::WeeklySchedule
- 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
-
#day_of_week ⇒ ::Google::Type::DayOfWeek
Required.
Instance Attribute Details
#day_of_week ⇒ ::Google::Type::DayOfWeek
Returns Required. Day of the week.
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 |