Class: TencentCloud::Tic::V20201117::StackInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tic::V20201117::StackInfo
- Defined in:
- lib/v20201117/models.rb
Overview
资源栈信息
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #Description ⇒ Object
- #Region ⇒ Object
- #StackId ⇒ Object
- #StackName ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(stackid = nil, stackname = nil, description = nil, region = nil, status = nil, createtime = nil) ⇒ StackInfo
constructor
A new instance of StackInfo.
Constructor Details
#initialize(stackid = nil, stackname = nil, description = nil, region = nil, status = nil, createtime = nil) ⇒ StackInfo
Returns a new instance of StackInfo.
656 657 658 659 660 661 662 663 |
# File 'lib/v20201117/models.rb', line 656 def initialize(stackid=nil, stackname=nil, description=nil, region=nil, status=nil, createtime=nil) @StackId = stackid @StackName = stackname @Description = description @Region = region @Status = status @CreateTime = createtime end |
Instance Attribute Details
#CreateTime ⇒ Object
654 655 656 |
# File 'lib/v20201117/models.rb', line 654 def CreateTime @CreateTime end |
#Description ⇒ Object
654 655 656 |
# File 'lib/v20201117/models.rb', line 654 def Description @Description end |
#Region ⇒ Object
654 655 656 |
# File 'lib/v20201117/models.rb', line 654 def Region @Region end |
#StackId ⇒ Object
654 655 656 |
# File 'lib/v20201117/models.rb', line 654 def StackId @StackId end |
#StackName ⇒ Object
654 655 656 |
# File 'lib/v20201117/models.rb', line 654 def StackName @StackName end |
#Status ⇒ Object
654 655 656 |
# File 'lib/v20201117/models.rb', line 654 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
665 666 667 668 669 670 671 672 |
# File 'lib/v20201117/models.rb', line 665 def deserialize(params) @StackId = params['StackId'] @StackName = params['StackName'] @Description = params['Description'] @Region = params['Region'] @Status = params['Status'] @CreateTime = params['CreateTime'] end |