Class: Peddler::APIs::Reports20210630::ReportSchedule
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Reports20210630::ReportSchedule
- Defined in:
- sig/peddler/apis/reports_2021_06_30.rbs
Instance Attribute Summary collapse
-
#marketplace_ids ⇒ Array[String]?
readonly
Returns the value of attribute marketplace_ids.
-
#next_report_creation_time ⇒ Time?
readonly
Returns the value of attribute next_report_creation_time.
-
#period ⇒ String
readonly
Returns the value of attribute period.
-
#report_options ⇒ Hash[untyped, untyped]?
readonly
Returns the value of attribute report_options.
-
#report_schedule_id ⇒ String
readonly
Returns the value of attribute report_schedule_id.
-
#report_type ⇒ String
readonly
Returns the value of attribute report_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :period, :report_schedule_id, :report_type, :marketplace_ids, :next_report_creation_time, :report_options ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Reports20210630::ReportSchedule
Instance Method Summary collapse
-
#members ⇒ [ :period, :report_schedule_id, :report_type, :marketplace_ids, :next_report_creation_time, :report_options ]
-
#to_h ⇒ { period: String, report_schedule_id: String, report_type: String, marketplace_ids: Array[String]?, next_report_creation_time: Time?, report_options: Hash[untyped, untyped]? }
Instance Attribute Details
#marketplace_ids ⇒ Array[String]? (readonly)
Returns the value of attribute marketplace_ids.
185 186 187 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 185 def marketplace_ids @marketplace_ids end |
#next_report_creation_time ⇒ Time? (readonly)
Returns the value of attribute next_report_creation_time.
186 187 188 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 186 def next_report_creation_time @next_report_creation_time end |
#period ⇒ String (readonly)
Returns the value of attribute period.
187 188 189 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 187 def period @period end |
#report_options ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute report_options.
188 189 190 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 188 def @report_options end |
#report_schedule_id ⇒ String (readonly)
Returns the value of attribute report_schedule_id.
189 190 191 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 189 def report_schedule_id @report_schedule_id end |
#report_type ⇒ String (readonly)
Returns the value of attribute report_type.
190 191 192 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 190 def report_type @report_type end |
Class Method Details
.[](period:, report_schedule_id:, report_type:, marketplace_ids:, next_report_creation_time:, report_options:) ⇒ Peddler::APIs::Reports20210630::ReportSchedule .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::Reports20210630::ReportSchedule
178 179 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 178
def self.[]: (period: String, report_schedule_id: String, report_type: String, ?marketplace_ids: Array[String]?, ?next_report_creation_time: Time?, ?report_options: Hash[untyped, untyped]?) -> Peddler::APIs::Reports20210630::ReportSchedule
| (String, String, String, Array[String]?, Time?, Hash[untyped, untyped]?) -> Peddler::APIs::Reports20210630::ReportSchedule
|
.members ⇒ [ :period, :report_schedule_id, :report_type, :marketplace_ids, :next_report_creation_time, :report_options ]
181 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 181
def self.members: () -> [ :period, :report_schedule_id, :report_type, :marketplace_ids, :next_report_creation_time, :report_options ]
|
.new(period:, report_schedule_id:, report_type:, marketplace_ids:, next_report_creation_time:, report_options:) ⇒ Peddler::APIs::Reports20210630::ReportSchedule .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::Reports20210630::ReportSchedule
176 177 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 176
def self.new: (period: String, report_schedule_id: String, report_type: String, ?marketplace_ids: Array[String]?, ?next_report_creation_time: Time?, ?report_options: Hash[untyped, untyped]?) -> Peddler::APIs::Reports20210630::ReportSchedule
| (String, String, String, Array[String]?, Time?, Hash[untyped, untyped]?) -> Peddler::APIs::Reports20210630::ReportSchedule
|
.parse ⇒ Peddler::APIs::Reports20210630::ReportSchedule
183 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 183
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Reports20210630::ReportSchedule
|
Instance Method Details
#members ⇒ [ :period, :report_schedule_id, :report_type, :marketplace_ids, :next_report_creation_time, :report_options ]
192 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 192
def members: () -> [ :period, :report_schedule_id, :report_type, :marketplace_ids, :next_report_creation_time, :report_options ]
|
#to_h ⇒ { period: String, report_schedule_id: String, report_type: String, marketplace_ids: Array[String]?, next_report_creation_time: Time?, report_options: Hash[untyped, untyped]? }
193 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 193
def to_h: () -> { period: String, report_schedule_id: String, report_type: String, marketplace_ids: Array[String]?, next_report_creation_time: Time?, report_options: Hash[untyped, untyped]? }
|