Class: Pago::V2026_04::Models::ListResourceCustomerBenefitGrant
- Inherits:
-
Model
- Object
- Model
- Pago::V2026_04::Models::ListResourceCustomerBenefitGrant
show all
- Defined in:
- lib/pago/v2026_04/models.rb,
sig/pago/v2026_04/generated.rbs
Constant Summary
collapse
- JSON_KEYS =
{
items: "items",
pagination: "pagination"
}.freeze
- REQUIRED_KEYS =
["items", "pagination"].freeze
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
Methods inherited from Model
#==, #[], #field_set?, #hash, #inspect, json_keys, required_json_keys, #to_json, #to_json_hash, wrap_raw
Constructor Details
Returns a new instance of ListResourceCustomerBenefitGrant.
27642
27643
27644
27645
27646
27647
27648
27649
|
# File 'lib/pago/v2026_04/models.rb', line 27642
def initialize(
items:,
pagination:
)
super()
assign(:items, items)
assign(:pagination, )
end
|
Instance Attribute Details
#items ⇒ Array<Object>
27637
27638
27639
|
# File 'lib/pago/v2026_04/models.rb', line 27637
def items
@items
end
|
27640
27641
27642
|
# File 'lib/pago/v2026_04/models.rb', line 27640
def
@pagination
end
|