Class: Google::Ads::AdManager::V1::Schedule::MonthlySchedule

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Array<::Integer>)

    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