Class: Google::Ads::AdManager::V1::Schedule::WeeklySchedule
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::Schedule::WeeklySchedule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/report_service.rb
Overview
Days of week to schedule report run.
Instance Attribute Summary collapse
-
#weekly_scheduled_days ⇒ ::Array<::Google::Type::DayOfWeek>
Specifies days of the week on which to run report.
Instance Attribute Details
#weekly_scheduled_days ⇒ ::Array<::Google::Type::DayOfWeek>
Returns Specifies days of the week on which to run report.
3431 3432 3433 3434 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 3431 class WeeklySchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |