Class: Peddler::Reports::SellingPartnerSearchTerms::ReportSpecification

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/reports/selling_partner_search_terms.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#data_end_timeDate (readonly)

Returns the value of attribute data_end_time.

Returns:

  • (Date)


69
70
71
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 69

def data_end_time
  @data_end_time
end

#data_start_timeDate (readonly)

Returns the value of attribute data_start_time.

Returns:

  • (Date)


70
71
72
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 70

def data_start_time
  @data_start_time
end

#marketplace_idsArray[String] (readonly)

Returns the value of attribute marketplace_ids.

Returns:

  • (Array[String])


71
72
73
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 71

def marketplace_ids
  @marketplace_ids
end

#report_optionsPeddler::Reports::SellingPartnerSearchTerms::ReportOptions (readonly)

Returns the value of attribute report_options.



72
73
74
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 72

def report_options
  @report_options
end

#report_typeString (readonly)

Returns the value of attribute report_type.

Returns:

  • (String)


73
74
75
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 73

def report_type
  @report_type
end

Class Method Details

.[](data_end_time:, data_start_time:, marketplace_ids:, report_options:, report_type:) ⇒ Peddler::Reports::SellingPartnerSearchTerms::ReportSpecification .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::Reports::SellingPartnerSearchTerms::ReportSpecification

Overloads:



62
63
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 62

def self.[]: (data_end_time: Date, data_start_time: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::SellingPartnerSearchTerms::ReportOptions, report_type: String) -> Peddler::Reports::SellingPartnerSearchTerms::ReportSpecification
| (Date, Date, Array[String], Peddler::Reports::SellingPartnerSearchTerms::ReportOptions, String) -> Peddler::Reports::SellingPartnerSearchTerms::ReportSpecification

.members[ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]

Returns:

  • ([ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ])


65
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 65

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::SellingPartnerSearchTerms::ReportSpecification .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::Reports::SellingPartnerSearchTerms::ReportSpecification

Overloads:



60
61
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 60

def self.new: (data_end_time: Date, data_start_time: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::SellingPartnerSearchTerms::ReportOptions, report_type: String) -> Peddler::Reports::SellingPartnerSearchTerms::ReportSpecification
| (Date, Date, Array[String], Peddler::Reports::SellingPartnerSearchTerms::ReportOptions, String) -> Peddler::Reports::SellingPartnerSearchTerms::ReportSpecification

.parsePeddler::Reports::SellingPartnerSearchTerms::ReportSpecification

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



67
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 67

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::SellingPartnerSearchTerms::ReportSpecification

Instance Method Details

#members[ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]

Returns:

  • ([ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ])


75
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 75

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::SellingPartnerSearchTerms::ReportOptions, report_type: String }

Returns:



76
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 76

def to_h: () -> { data_end_time: Date, data_start_time: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::SellingPartnerSearchTerms::ReportOptions, report_type: String }