Class: HubSpotSDK::Models::Cms::Blogs::VersionBlog
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- HubSpotSDK::Models::Cms::Blogs::VersionBlog
- Defined in:
- lib/hubspot_sdk/models/cms/blogs/version_blog.rb
Overview
Instance Attribute Summary collapse
-
#id ⇒ String
The id of the version.
- #object ⇒ HubSpotSDK::Models::Cms::Blogs::Blog
-
#updated_at ⇒ Time
The timestamp (ISO8601 format) when this blog version was updated.
- #user ⇒ HubSpotSDK::Models::VersionUser
Method Summary
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 HubSpotSDK::Internal::Type::BaseModel
Instance Attribute Details
#id ⇒ String
The id of the version.
13 |
# File 'lib/hubspot_sdk/models/cms/blogs/version_blog.rb', line 13 required :id, String |
#object ⇒ HubSpotSDK::Models::Cms::Blogs::Blog
18 |
# File 'lib/hubspot_sdk/models/cms/blogs/version_blog.rb', line 18 required :object, -> { HubSpotSDK::Cms::Blogs::Blog } |
#updated_at ⇒ Time
The timestamp (ISO8601 format) when this blog version was updated.
24 |
# File 'lib/hubspot_sdk/models/cms/blogs/version_blog.rb', line 24 required :updated_at, Time, api_name: :updatedAt |
#user ⇒ HubSpotSDK::Models::VersionUser
29 |
# File 'lib/hubspot_sdk/models/cms/blogs/version_blog.rb', line 29 required :user, -> { HubSpotSDK::VersionUser } |