Class: Google::Ads::AdManager::V1::Schedule::MonthlySchedule
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::Schedule::MonthlySchedule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/report_service.rb
Overview
Days of Month to schedule report run.
Instance Attribute Summary collapse
-
#monthly_scheduled_days ⇒ ::Array<::Integer>
Specifies days of the month to run report.
Instance Attribute Details
#monthly_scheduled_days ⇒ ::Array<::Integer>
Returns Specifies days of the month to run report. Range is from 1-31. Will ignore days that are not valid for the given month.
3441 3442 3443 3444 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 3441 class MonthlySchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |