Class: Google::Cloud::GkeBackup::V1::ExclusionWindow::DayOfWeekList
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::ExclusionWindow::DayOfWeekList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/backup_plan.rb
Overview
Holds repeated DaysOfWeek values as a container.
Instance Attribute Summary collapse
Instance Attribute Details
#days_of_week ⇒ ::Array<::Google::Type::DayOfWeek>
Returns Optional. A list of days of week.
334 335 336 337 |
# File 'proto_docs/google/cloud/gkebackup/v1/backup_plan.rb', line 334 class DayOfWeekList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |