Class: Stigg::Models::V1::Events::Credits::GrantListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Stigg::Models::V1::Events::Credits::GrantListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/stigg/models/v1/events/credits/grant_list_params.rb
Overview
Defined Under Namespace
Classes: CreatedAt
Instance Attribute Summary collapse
-
#after ⇒ String?
Return items that come after this cursor.
-
#before ⇒ String?
Return items that come before this cursor.
-
#created_at ⇒ Stigg::Models::V1::Events::Credits::GrantListParams::CreatedAt?
Filter by creation date using range operators: gt, gte, lt, lte.
-
#currency_id ⇒ String?
Filter by currency ID.
-
#customer_id ⇒ String
Filter by customer ID (required).
-
#limit ⇒ Integer?
Maximum number of items to return.
-
#resource_id ⇒ String?
Filter by resource ID.
Attributes included from Internal::Type::RequestParameters
Method Summary
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, #initialize, 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
This class inherits a constructor from Stigg::Internal::Type::BaseModel
Instance Attribute Details
#after ⇒ String?
Return items that come after this cursor
23 |
# File 'lib/stigg/models/v1/events/credits/grant_list_params.rb', line 23 optional :after, String |
#before ⇒ String?
Return items that come before this cursor
29 |
# File 'lib/stigg/models/v1/events/credits/grant_list_params.rb', line 29 optional :before, String |
#created_at ⇒ Stigg::Models::V1::Events::Credits::GrantListParams::CreatedAt?
Filter by creation date using range operators: gt, gte, lt, lte
35 |
# File 'lib/stigg/models/v1/events/credits/grant_list_params.rb', line 35 optional :created_at, -> { Stigg::V1::Events::Credits::GrantListParams::CreatedAt } |
#currency_id ⇒ String?
Filter by currency ID
41 |
# File 'lib/stigg/models/v1/events/credits/grant_list_params.rb', line 41 optional :currency_id, String |
#customer_id ⇒ String
Filter by customer ID (required)
17 |
# File 'lib/stigg/models/v1/events/credits/grant_list_params.rb', line 17 required :customer_id, String |
#limit ⇒ Integer?
Maximum number of items to return
47 |
# File 'lib/stigg/models/v1/events/credits/grant_list_params.rb', line 47 optional :limit, Integer |
#resource_id ⇒ String?
Filter by resource ID. When omitted, only grants without a resource are returned
53 |
# File 'lib/stigg/models/v1/events/credits/grant_list_params.rb', line 53 optional :resource_id, String |