Class: Peddler::APIs::Reports20210630::CreateReportSpecification

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/reports_2021_06_30.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#data_end_timeTime? (readonly)

Returns the value of attribute data_end_time.

Returns:

  • (Time, nil)


66
67
68
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 66

def data_end_time
  @data_end_time
end

#data_start_timeTime? (readonly)

Returns the value of attribute data_start_time.

Returns:

  • (Time, nil)


67
68
69
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 67

def data_start_time
  @data_start_time
end

#marketplace_idsArray[String] (readonly)

Returns the value of attribute marketplace_ids.

Returns:

  • (Array[String])


68
69
70
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 68

def marketplace_ids
  @marketplace_ids
end

#report_optionsHash[untyped, untyped]? (readonly)

Returns the value of attribute report_options.

Returns:

  • (Hash[untyped, untyped], nil)


69
70
71
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 69

def report_options
  @report_options
end

#report_typeString (readonly)

Returns the value of attribute report_type.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::Reports20210630::CreateReportSpecification

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :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]? }

Returns:

  • ({ 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]? }