Class: Peddler::APIs::Reports20210630::CreateReportScheduleSpecification
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Reports20210630::CreateReportScheduleSpecification
- 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_type ⇒ String
readonly
Returns the value of attribute report_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :marketplace_ids, :period, :report_type, :next_report_creation_time, :report_options ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Reports20210630::CreateReportScheduleSpecification
Instance Method Summary collapse
-
#members ⇒ [ :marketplace_ids, :period, :report_type, :next_report_creation_time, :report_options ]
-
#to_h ⇒ { marketplace_ids: Array[String], period: String, report_type: 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.
46 47 48 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 46 def marketplace_ids @marketplace_ids end |
#next_report_creation_time ⇒ Time? (readonly)
Returns the value of attribute next_report_creation_time.
47 48 49 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 47 def next_report_creation_time @next_report_creation_time end |
#period ⇒ String (readonly)
Returns the value of attribute period.
48 49 50 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 48 def period @period end |
#report_options ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute report_options.
49 50 51 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 49 def @report_options end |
#report_type ⇒ String (readonly)
Returns the value of attribute report_type.
50 51 52 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 50 def report_type @report_type end |
Class Method Details
.[](marketplace_ids:, period:, report_type:, next_report_creation_time:, report_options:) ⇒ Peddler::APIs::Reports20210630::CreateReportScheduleSpecification .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::Reports20210630::CreateReportScheduleSpecification
39 40 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 39
def self.[]: (marketplace_ids: Array[String], period: String, report_type: String, ?next_report_creation_time: Time?, ?report_options: Hash[untyped, untyped]?) -> Peddler::APIs::Reports20210630::CreateReportScheduleSpecification
| (Array[String], String, String, Time?, Hash[untyped, untyped]?) -> Peddler::APIs::Reports20210630::CreateReportScheduleSpecification
|
.members ⇒ [ :marketplace_ids, :period, :report_type, :next_report_creation_time, :report_options ]
42 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 42
def self.members: () -> [ :marketplace_ids, :period, :report_type, :next_report_creation_time, :report_options ]
|
.new(marketplace_ids:, period:, report_type:, next_report_creation_time:, report_options:) ⇒ Peddler::APIs::Reports20210630::CreateReportScheduleSpecification .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::Reports20210630::CreateReportScheduleSpecification
37 38 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 37
def self.new: (marketplace_ids: Array[String], period: String, report_type: String, ?next_report_creation_time: Time?, ?report_options: Hash[untyped, untyped]?) -> Peddler::APIs::Reports20210630::CreateReportScheduleSpecification
| (Array[String], String, String, Time?, Hash[untyped, untyped]?) -> Peddler::APIs::Reports20210630::CreateReportScheduleSpecification
|
.parse ⇒ Peddler::APIs::Reports20210630::CreateReportScheduleSpecification
44 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 44
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Reports20210630::CreateReportScheduleSpecification
|
Instance Method Details
#members ⇒ [ :marketplace_ids, :period, :report_type, :next_report_creation_time, :report_options ]
52 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 52
def members: () -> [ :marketplace_ids, :period, :report_type, :next_report_creation_time, :report_options ]
|
#to_h ⇒ { marketplace_ids: Array[String], period: String, report_type: String, next_report_creation_time: Time?, report_options: Hash[untyped, untyped]? }
53 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 53
def to_h: () -> { marketplace_ids: Array[String], period: String, report_type: String, next_report_creation_time: Time?, report_options: Hash[untyped, untyped]? }
|