Class: Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportSpecification
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportSpecification
- Defined in:
- sig/peddler/reports/selling_partner_search_query_performance.rbs
Instance Attribute Summary collapse
-
#data_end_time ⇒ Date
readonly
Returns the value of attribute data_end_time.
-
#data_start_time ⇒ Date
readonly
Returns the value of attribute data_start_time.
-
#marketplace_ids ⇒ Array[String]
readonly
Returns the value of attribute marketplace_ids.
-
#report_options ⇒ Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportOptions
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 ⇒ [ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportSpecification
Instance Method Summary collapse
-
#members ⇒ [ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]
-
#to_h ⇒ { data_end_time: Date, data_start_time: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportOptions, report_type: String }
Instance Attribute Details
#data_end_time ⇒ Date (readonly)
Returns the value of attribute data_end_time.
48 49 50 |
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 48 def data_end_time @data_end_time end |
#data_start_time ⇒ Date (readonly)
Returns the value of attribute data_start_time.
49 50 51 |
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 49 def data_start_time @data_start_time end |
#marketplace_ids ⇒ Array[String] (readonly)
Returns the value of attribute marketplace_ids.
50 51 52 |
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 50 def marketplace_ids @marketplace_ids end |
#report_options ⇒ Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportOptions (readonly)
Returns the value of attribute report_options.
51 52 53 |
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 51 def @report_options end |
#report_type ⇒ String (readonly)
Returns the value of attribute report_type.
52 53 54 |
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 52 def report_type @report_type end |
Class Method Details
.[](data_end_time:, data_start_time:, marketplace_ids:, report_options:, report_type:) ⇒ Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportSpecification .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportSpecification
41 42 |
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 41
def self.[]: (data_end_time: Date, data_start_time: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportOptions, report_type: String) -> Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportSpecification
| (Date, Date, Array[String], Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportOptions, String) -> Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportSpecification
|
.members ⇒ [ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]
44 |
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 44
def self.members: () -> [ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]
|
.new(data_end_time:, data_start_time:, marketplace_ids:, report_options:, report_type:) ⇒ Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportSpecification .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportSpecification
39 40 |
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 39
def self.new: (data_end_time: Date, data_start_time: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportOptions, report_type: String) -> Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportSpecification
| (Date, Date, Array[String], Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportOptions, String) -> Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportSpecification
|
.parse ⇒ Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportSpecification
46 |
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 46
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportSpecification
|
Instance Method Details
#members ⇒ [ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]
54 |
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 54
def members: () -> [ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]
|
#to_h ⇒ { data_end_time: Date, data_start_time: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportOptions, report_type: String }
55 |
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 55
def to_h: () -> { data_end_time: Date, data_start_time: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportOptions, report_type: String }
|