Class: Pago::V2026_04::Models::ListResourceCustomerCustomerMeter
- Inherits:
-
Model
- Object
- Model
- Pago::V2026_04::Models::ListResourceCustomerCustomerMeter
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 ListResourceCustomerCustomerMeter.
27681
27682
27683
27684
27685
27686
27687
27688
|
# File 'lib/pago/v2026_04/models.rb', line 27681
def initialize(
items:,
pagination:
)
super()
assign(:items, items)
assign(:pagination, )
end
|
Instance Attribute Details
27676
27677
27678
|
# File 'lib/pago/v2026_04/models.rb', line 27676
def items
@items
end
|
27679
27680
27681
|
# File 'lib/pago/v2026_04/models.rb', line 27679
def
@pagination
end
|