Class: Peddler::APIs::Reports20210630::ReportSchedule

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

#marketplace_idsArray[String]? (readonly)

Returns the value of attribute marketplace_ids.

Returns:

  • (Array[String], nil)


185
186
187
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 185

def marketplace_ids
  @marketplace_ids
end

#next_report_creation_timeTime? (readonly)

Returns the value of attribute next_report_creation_time.

Returns:

  • (Time, nil)


186
187
188
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 186

def next_report_creation_time
  @next_report_creation_time
end

#periodString (readonly)

Returns the value of attribute period.

Returns:

  • (String)


187
188
189
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 187

def period
  @period
end

#report_optionsHash[untyped, untyped]? (readonly)

Returns the value of attribute report_options.

Returns:

  • (Hash[untyped, untyped], nil)


188
189
190
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 188

def report_options
  @report_options
end

#report_schedule_idString (readonly)

Returns the value of attribute report_schedule_id.

Returns:

  • (String)


189
190
191
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 189

def report_schedule_id
  @report_schedule_id
end

#report_typeString (readonly)

Returns the value of attribute report_type.

Returns:

  • (String)


190
191
192
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 190

def report_type
  @report_type
end

Class Method Details

.[](period:, report_schedule_id:, report_type:, marketplace_ids:, next_report_creation_time:, report_options:) ⇒ Peddler::APIs::Reports20210630::ReportSchedule .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::Reports20210630::ReportSchedule

Overloads:



178
179
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 178

def self.[]: (period: String, report_schedule_id: String, report_type: String, ?marketplace_ids: Array[String]?, ?next_report_creation_time: Time?, ?report_options: Hash[untyped, untyped]?) -> Peddler::APIs::Reports20210630::ReportSchedule
| (String, String, String, Array[String]?, Time?, Hash[untyped, untyped]?) -> Peddler::APIs::Reports20210630::ReportSchedule

.members[ :period, :report_schedule_id, :report_type, :marketplace_ids, :next_report_creation_time, :report_options ]

Returns:

  • ([ :period, :report_schedule_id, :report_type, :marketplace_ids, :next_report_creation_time, :report_options ])


181
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 181

def self.members: () -> [ :period, :report_schedule_id, :report_type, :marketplace_ids, :next_report_creation_time, :report_options ]

.new(period:, report_schedule_id:, report_type:, marketplace_ids:, next_report_creation_time:, report_options:) ⇒ Peddler::APIs::Reports20210630::ReportSchedule .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::Reports20210630::ReportSchedule

Overloads:



176
177
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 176

def self.new: (period: String, report_schedule_id: String, report_type: String, ?marketplace_ids: Array[String]?, ?next_report_creation_time: Time?, ?report_options: Hash[untyped, untyped]?) -> Peddler::APIs::Reports20210630::ReportSchedule
| (String, String, String, Array[String]?, Time?, Hash[untyped, untyped]?) -> Peddler::APIs::Reports20210630::ReportSchedule

.parsePeddler::APIs::Reports20210630::ReportSchedule

Parameters:

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

Returns:



183
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 183

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Reports20210630::ReportSchedule

Instance Method Details

#members[ :period, :report_schedule_id, :report_type, :marketplace_ids, :next_report_creation_time, :report_options ]

Returns:

  • ([ :period, :report_schedule_id, :report_type, :marketplace_ids, :next_report_creation_time, :report_options ])


192
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 192

def members: () -> [ :period, :report_schedule_id, :report_type, :marketplace_ids, :next_report_creation_time, :report_options ]

#to_h{ period: String, report_schedule_id: String, report_type: String, marketplace_ids: Array[String]?, next_report_creation_time: Time?, report_options: Hash[untyped, untyped]? }

Returns:

  • ({ period: String, report_schedule_id: String, report_type: String, marketplace_ids: Array[String]?, next_report_creation_time: Time?, report_options: Hash[untyped, untyped]? })


193
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 193

def to_h: () -> { period: String, report_schedule_id: String, report_type: String, marketplace_ids: Array[String]?, next_report_creation_time: Time?, report_options: Hash[untyped, untyped]? }