Class: HubSpotSDK::Models::Cms::Blogs::BatchResponseTag
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- HubSpotSDK::Models::Cms::Blogs::BatchResponseTag
- Defined in:
- lib/hubspot_sdk/models/cms/blogs/batch_response_tag.rb
Defined Under Namespace
Modules: Status
Instance Attribute Summary collapse
-
#completed_at ⇒ Time
Time of batch operation completion.
-
#links ⇒ Hash{Symbol=>String}?
Links associated with batch operation.
-
#requested_at ⇒ Time?
Time of batch operation request.
-
#results ⇒ Array<HubSpotSDK::Models::Cms::Blogs::Tag>
Results of batch operation.
-
#started_at ⇒ Time
Time of batch operation start.
-
#status ⇒ Symbol, HubSpotSDK::Models::Cms::Blogs::BatchResponseTag::Status
Status of batch operation.
Instance Method Summary collapse
- #initialize(completed_at:, results:, started_at:, status:, links: nil, requested_at: nil) ⇒ Object constructor
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(completed_at:, results:, started_at:, status:, links: nil, requested_at: nil) ⇒ Object
|
|
# File 'lib/hubspot_sdk/models/cms/blogs/batch_response_tag.rb', line 44
|
Instance Attribute Details
#completed_at ⇒ Time
Time of batch operation completion.
12 |
# File 'lib/hubspot_sdk/models/cms/blogs/batch_response_tag.rb', line 12 required :completed_at, Time, api_name: :completedAt |
#links ⇒ Hash{Symbol=>String}?
Links associated with batch operation.
36 |
# File 'lib/hubspot_sdk/models/cms/blogs/batch_response_tag.rb', line 36 optional :links, HubSpotSDK::Internal::Type::HashOf[String] |
#requested_at ⇒ Time?
Time of batch operation request.
42 |
# File 'lib/hubspot_sdk/models/cms/blogs/batch_response_tag.rb', line 42 optional :requested_at, Time, api_name: :requestedAt |
#results ⇒ Array<HubSpotSDK::Models::Cms::Blogs::Tag>
Results of batch operation.
18 |
# File 'lib/hubspot_sdk/models/cms/blogs/batch_response_tag.rb', line 18 required :results, -> { HubSpotSDK::Internal::Type::ArrayOf[HubSpotSDK::Cms::Blogs::Tag] } |
#started_at ⇒ Time
Time of batch operation start.
24 |
# File 'lib/hubspot_sdk/models/cms/blogs/batch_response_tag.rb', line 24 required :started_at, Time, api_name: :startedAt |
#status ⇒ Symbol, HubSpotSDK::Models::Cms::Blogs::BatchResponseTag::Status
Status of batch operation.
30 |
# File 'lib/hubspot_sdk/models/cms/blogs/batch_response_tag.rb', line 30 required :status, enum: -> { HubSpotSDK::Cms::Blogs::BatchResponseTag::Status } |