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_messages.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.
3552 3553 3554 3555 |
# File 'proto_docs/google/ads/admanager/v1/report_messages.rb', line 3552 class MonthlySchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |