Class: HubSpotSDK::Models::Cms::CollectionResponseWithTotalContentFolderForwardPaging
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- HubSpotSDK::Models::Cms::CollectionResponseWithTotalContentFolderForwardPaging
- Defined in:
- lib/hubspot_sdk/models/cms/collection_response_with_total_content_folder_forward_paging.rb
Instance Attribute Summary collapse
- #paging ⇒ HubSpotSDK::Models::ForwardPaging?
-
#results ⇒ Array<HubSpotSDK::Models::Cms::ContentFolder>
Collection of content folders.
-
#total ⇒ Integer
Total number of content folders.
Instance Method Summary collapse
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(results:, total:, paging: nil) ⇒ Object
|
|
# File 'lib/hubspot_sdk/models/cms/collection_response_with_total_content_folder_forward_paging.rb', line 24
|
Instance Attribute Details
#paging ⇒ HubSpotSDK::Models::ForwardPaging?
22 |
# File 'lib/hubspot_sdk/models/cms/collection_response_with_total_content_folder_forward_paging.rb', line 22 optional :paging, -> { HubSpotSDK::ForwardPaging } |
#results ⇒ Array<HubSpotSDK::Models::Cms::ContentFolder>
Collection of content folders.
11 |
# File 'lib/hubspot_sdk/models/cms/collection_response_with_total_content_folder_forward_paging.rb', line 11 required :results, -> { HubSpotSDK::Internal::Type::ArrayOf[HubSpotSDK::Cms::ContentFolder] } |
#total ⇒ Integer
Total number of content folders.
17 |
# File 'lib/hubspot_sdk/models/cms/collection_response_with_total_content_folder_forward_paging.rb', line 17 required :total, Integer |