Method: Carbon::AccountsRequest.openapi_nullable
- Defined in:
- lib/carbon_ruby_sdk/models/accounts_request.rb
.openapi_nullable ⇒ Object
List of attributes with nullable: true
64 65 66 67 68 69 70 71 |
# File 'lib/carbon_ruby_sdk/models/accounts_request.rb', line 64 def self.openapi_nullable Set.new([ :'next_cursor', :'page_size', :'order_dir', :'order_by' ]) end |