Class: MetronomeSDK::Models::V1::CustomerListBillableMetricsParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MetronomeSDK::Models::V1::CustomerListBillableMetricsParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/metronome_sdk/models/v1/customer_list_billable_metrics_params.rb
Overview
Instance Attribute Summary collapse
- #customer_id ⇒ String
-
#include_archived ⇒ Boolean?
If true, the list of returned metrics will include archived metrics.
-
#limit ⇒ Integer?
Max number of results that should be returned.
-
#next_page ⇒ String?
Cursor that indicates where the next page of results should start.
-
#on_current_plan ⇒ Boolean?
If true, the list of metrics will be filtered to just ones that are on the customer’s current plan.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(customer_id: , include_archived: nil, limit: nil, next_page: nil, on_current_plan: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see CustomerListBillableMetricsParams for more details.
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(customer_id: , include_archived: nil, limit: nil, next_page: nil, on_current_plan: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see MetronomeSDK::Models::V1::CustomerListBillableMetricsParams for more details.
|
|
# File 'lib/metronome_sdk/models/v1/customer_list_billable_metrics_params.rb', line 41
|
Instance Attribute Details
#customer_id ⇒ String
14 |
# File 'lib/metronome_sdk/models/v1/customer_list_billable_metrics_params.rb', line 14 required :customer_id, String |
#include_archived ⇒ Boolean?
If true, the list of returned metrics will include archived metrics
20 |
# File 'lib/metronome_sdk/models/v1/customer_list_billable_metrics_params.rb', line 20 optional :include_archived, MetronomeSDK::Internal::Type::Boolean |
#limit ⇒ Integer?
Max number of results that should be returned
26 |
# File 'lib/metronome_sdk/models/v1/customer_list_billable_metrics_params.rb', line 26 optional :limit, Integer |
#next_page ⇒ String?
Cursor that indicates where the next page of results should start.
32 |
# File 'lib/metronome_sdk/models/v1/customer_list_billable_metrics_params.rb', line 32 optional :next_page, String |
#on_current_plan ⇒ Boolean?
If true, the list of metrics will be filtered to just ones that are on the customer’s current plan
39 |
# File 'lib/metronome_sdk/models/v1/customer_list_billable_metrics_params.rb', line 39 optional :on_current_plan, MetronomeSDK::Internal::Type::Boolean |