Class: TencentCloud::Vcube::V20220410::NewsInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vcube::V20220410::NewsInfo
- Defined in:
- lib/v20220410/models.rb
Overview
视立方产品概览页新闻动态
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil) ⇒ NewsInfo
constructor
A new instance of NewsInfo.
Constructor Details
#initialize(id = nil) ⇒ NewsInfo
Returns a new instance of NewsInfo.
2020 2021 2022 |
# File 'lib/v20220410/models.rb', line 2020 def initialize(id=nil) @Id = id end |
Instance Attribute Details
#Id ⇒ Object
2018 2019 2020 |
# File 'lib/v20220410/models.rb', line 2018 def Id @Id end |
Instance Method Details
#deserialize(params) ⇒ Object
2024 2025 2026 |
# File 'lib/v20220410/models.rb', line 2024 def deserialize(params) @Id = params['Id'] end |