Class: TencentCloud::Tccatalog::V20241024::TccCatalogSet
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tccatalog::V20241024::TccCatalogSet
- Defined in:
- lib/v20241024/models.rb
Overview
Tcc数据目录信息集合
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #Id ⇒ Object
- #Name ⇒ Object
- #Operator ⇒ Object
- #Status ⇒ Object
- #Type ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil, type = nil, status = nil, operator = nil, createtime = nil, updatetime = nil) ⇒ TccCatalogSet
constructor
A new instance of TccCatalogSet.
Constructor Details
#initialize(id = nil, name = nil, type = nil, status = nil, operator = nil, createtime = nil, updatetime = nil) ⇒ TccCatalogSet
Returns a new instance of TccCatalogSet.
308 309 310 311 312 313 314 315 316 |
# File 'lib/v20241024/models.rb', line 308 def initialize(id=nil, name=nil, type=nil, status=nil, operator=nil, createtime=nil, updatetime=nil) @Id = id @Name = name @Type = type @Status = status @Operator = operator @CreateTime = createtime @UpdateTime = updatetime end |
Instance Attribute Details
#CreateTime ⇒ Object
306 307 308 |
# File 'lib/v20241024/models.rb', line 306 def CreateTime @CreateTime end |
#Id ⇒ Object
306 307 308 |
# File 'lib/v20241024/models.rb', line 306 def Id @Id end |
#Name ⇒ Object
306 307 308 |
# File 'lib/v20241024/models.rb', line 306 def Name @Name end |
#Operator ⇒ Object
306 307 308 |
# File 'lib/v20241024/models.rb', line 306 def Operator @Operator end |
#Status ⇒ Object
306 307 308 |
# File 'lib/v20241024/models.rb', line 306 def Status @Status end |
#Type ⇒ Object
306 307 308 |
# File 'lib/v20241024/models.rb', line 306 def Type @Type end |
#UpdateTime ⇒ Object
306 307 308 |
# File 'lib/v20241024/models.rb', line 306 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
318 319 320 321 322 323 324 325 326 |
# File 'lib/v20241024/models.rb', line 318 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @Type = params['Type'] @Status = params['Status'] @Operator = params['Operator'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] end |