Class: Peddler::APIs::Reports20210630::CreateReportSpecification
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Reports20210630::CreateReportSpecification
- Defined in:
- sig/peddler/apis/reports_2021_06_30.rbs
Instance Attribute Summary collapse
-
#data_end_time ⇒ Time?
readonly
Returns the value of attribute data_end_time.
-
#data_start_time ⇒ Time?
readonly
Returns the value of attribute data_start_time.
-
#marketplace_ids ⇒ Array[String]
readonly
Returns the value of attribute marketplace_ids.
-
#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, :report_type, :data_end_time, :data_start_time, :report_options ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Reports20210630::CreateReportSpecification
Instance Method Summary collapse
-
#members ⇒ [ :marketplace_ids, :report_type, :data_end_time, :data_start_time, :report_options ]
-
#to_h ⇒ { marketplace_ids: Array[String], report_type: String, data_end_time: Time?, data_start_time: Time?, report_options: Hash[untyped, untyped]? }
Instance Attribute Details
#data_end_time ⇒ Time? (readonly)
Returns the value of attribute data_end_time.
66 67 68 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 66 def data_end_time @data_end_time end |
#data_start_time ⇒ Time? (readonly)
Returns the value of attribute data_start_time.
67 68 69 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 67 def data_start_time @data_start_time end |
#marketplace_ids ⇒ Array[String] (readonly)
Returns the value of attribute marketplace_ids.
68 69 70 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 68 def marketplace_ids @marketplace_ids end |
#report_options ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute report_options.
69 70 71 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 69 def @report_options end |
#report_type ⇒ String (readonly)
Returns the value of attribute report_type.
70 71 72 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 70 def report_type @report_type end |
Class Method Details
.[](marketplace_ids:, report_type:, data_end_time:, data_start_time:, report_options:) ⇒ Peddler::APIs::Reports20210630::CreateReportSpecification .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::Reports20210630::CreateReportSpecification
59 60 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 59
def self.[]: (marketplace_ids: Array[String], report_type: String, ?data_end_time: Time?, ?data_start_time: Time?, ?report_options: Hash[untyped, untyped]?) -> Peddler::APIs::Reports20210630::CreateReportSpecification
| (Array[String], String, Time?, Time?, Hash[untyped, untyped]?) -> Peddler::APIs::Reports20210630::CreateReportSpecification
|
.members ⇒ [ :marketplace_ids, :report_type, :data_end_time, :data_start_time, :report_options ]
62 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 62
def self.members: () -> [ :marketplace_ids, :report_type, :data_end_time, :data_start_time, :report_options ]
|
.new(marketplace_ids:, report_type:, data_end_time:, data_start_time:, report_options:) ⇒ Peddler::APIs::Reports20210630::CreateReportSpecification .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::Reports20210630::CreateReportSpecification
57 58 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 57
def self.new: (marketplace_ids: Array[String], report_type: String, ?data_end_time: Time?, ?data_start_time: Time?, ?report_options: Hash[untyped, untyped]?) -> Peddler::APIs::Reports20210630::CreateReportSpecification
| (Array[String], String, Time?, Time?, Hash[untyped, untyped]?) -> Peddler::APIs::Reports20210630::CreateReportSpecification
|
.parse ⇒ Peddler::APIs::Reports20210630::CreateReportSpecification
64 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 64
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Reports20210630::CreateReportSpecification
|
Instance Method Details
#members ⇒ [ :marketplace_ids, :report_type, :data_end_time, :data_start_time, :report_options ]
72 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 72
def members: () -> [ :marketplace_ids, :report_type, :data_end_time, :data_start_time, :report_options ]
|
#to_h ⇒ { marketplace_ids: Array[String], report_type: String, data_end_time: Time?, data_start_time: Time?, report_options: Hash[untyped, untyped]? }
73 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 73
def to_h: () -> { marketplace_ids: Array[String], report_type: String, data_end_time: Time?, data_start_time: Time?, report_options: Hash[untyped, untyped]? }
|