Class: Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload
- Defined in:
- sig/peddler/apis/finances_v0.rbs
Instance Attribute Summary collapse
-
#financial_event_group_list ⇒ Array[Peddler::APIs::FinancesV0::FinancialEventGroup]?
readonly
Returns the value of attribute financial_event_group_list.
-
#next_token ⇒ String?
readonly
Returns the value of attribute next_token.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :financial_event_group_list, :next_token ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload
Instance Method Summary collapse
-
#members ⇒ [ :financial_event_group_list, :next_token ]
-
#to_h ⇒ { financial_event_group_list: Array[Peddler::APIs::FinancesV0::FinancialEventGroup]?, next_token: String? }
Instance Attribute Details
#financial_event_group_list ⇒ Array[Peddler::APIs::FinancesV0::FinancialEventGroup]? (readonly)
Returns the value of attribute financial_event_group_list.
537 538 539 |
# File 'sig/peddler/apis/finances_v0.rbs', line 537 def financial_event_group_list @financial_event_group_list end |
#next_token ⇒ String? (readonly)
Returns the value of attribute next_token.
538 539 540 |
# File 'sig/peddler/apis/finances_v0.rbs', line 538 def next_token @next_token end |
Class Method Details
.[](financial_event_group_list:, next_token:) ⇒ Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload .[](arg0, arg1) ⇒ Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload
530 531 |
# File 'sig/peddler/apis/finances_v0.rbs', line 530
def self.[]: (?financial_event_group_list: Array[Peddler::APIs::FinancesV0::FinancialEventGroup]?, ?next_token: String?) -> Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload
| (Array[Peddler::APIs::FinancesV0::FinancialEventGroup]?, String?) -> Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload
|
.members ⇒ [ :financial_event_group_list, :next_token ]
533 |
# File 'sig/peddler/apis/finances_v0.rbs', line 533
def self.members: () -> [ :financial_event_group_list, :next_token ]
|
.new(financial_event_group_list:, next_token:) ⇒ Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload .new(arg0, arg1) ⇒ Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload
528 529 |
# File 'sig/peddler/apis/finances_v0.rbs', line 528
def self.new: (?financial_event_group_list: Array[Peddler::APIs::FinancesV0::FinancialEventGroup]?, ?next_token: String?) -> Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload
| (Array[Peddler::APIs::FinancesV0::FinancialEventGroup]?, String?) -> Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload
|
.parse ⇒ Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload
535 |
# File 'sig/peddler/apis/finances_v0.rbs', line 535
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload
|
Instance Method Details
#members ⇒ [ :financial_event_group_list, :next_token ]
540 |
# File 'sig/peddler/apis/finances_v0.rbs', line 540
def members: () -> [ :financial_event_group_list, :next_token ]
|
#to_h ⇒ { financial_event_group_list: Array[Peddler::APIs::FinancesV0::FinancialEventGroup]?, next_token: String? }
541 |
# File 'sig/peddler/apis/finances_v0.rbs', line 541
def to_h: () -> { financial_event_group_list: Array[Peddler::APIs::FinancesV0::FinancialEventGroup]?, next_token: String? }
|