Class: Google::Ads::AdManager::V1::Schedule::WeeklySchedule

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 week to schedule report run.

Instance Attribute Summary collapse

Instance Attribute Details

#weekly_scheduled_days::Array<::Google::Type::DayOfWeek>

Returns Specifies days of the week on which to run report.

Returns:



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