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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/report_messages.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:



189
190
191
192
# File 'proto_docs/google/ads/admanager/v1/report_messages.rb', line 189

class WeeklySchedule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end