Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Directory::Paging
- Inherits:
-
BaseModel
- Object
- BaseModel
- FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Directory::Paging
- Defined in:
- lib/finch-api/models/provider.rb
Instance Attribute Summary collapse
- #count ⇒ Boolean?
- #offset ⇒ Boolean? readonly
Method Summary
Methods inherited from BaseModel
==, #==, #[], coerce, #deconstruct_keys, dump, fields, #initialize, #inspect, known_fields, optional, required, #to_h
Methods included from Converter
#coerce, coerce, #dump, dump, type_info
Constructor Details
This class inherits a constructor from FinchAPI::BaseModel
Instance Attribute Details
#count ⇒ Boolean?
722 |
# File 'lib/finch-api/models/provider.rb', line 722 optional :count, FinchAPI::BooleanModel |
#offset ⇒ Boolean? (readonly)
731 |
# File 'lib/finch-api/models/provider.rb', line 731 optional :offset, FinchAPI::BooleanModel |