Class: Peddler::APIs::Reports20210630::CreateReportScheduleSpecification

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])


46
47
48
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 46

def marketplace_ids
  @marketplace_ids
end

#next_report_creation_timeTime? (readonly)

Returns the value of attribute next_report_creation_time.

Returns:

  • (Time, nil)


47
48
49
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 47

def next_report_creation_time
  @next_report_creation_time
end

#periodString (readonly)

Returns the value of attribute period.

Returns:

  • (String)


48
49
50
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 48

def period
  @period
end

#report_optionsHash[untyped, untyped]? (readonly)

Returns the value of attribute report_options.

Returns:

  • (Hash[untyped, untyped], nil)


49
50
51
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 49

def report_options
  @report_options
end

#report_typeString (readonly)

Returns the value of attribute report_type.

Returns:

  • (String)


50
51
52
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 50

def report_type
  @report_type
end

Class Method Details

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

Overloads:



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

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

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

Returns:

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


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

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

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

Overloads:



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

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

.parsePeddler::APIs::Reports20210630::CreateReportScheduleSpecification

Parameters:

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

Returns:



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

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

Instance Method Details

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

Returns:

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


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

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

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

Returns:

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


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

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