Class: TencentCloud::Trp::V20210515::DescribeCodePackStatusRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trp::V20210515::DescribeCodePackStatusRequest
- Defined in:
- lib/v20210515/models.rb
Overview
DescribeCodePackStatus请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(packid = nil, corpid = nil) ⇒ DescribeCodePackStatusRequest
constructor
A new instance of DescribeCodePackStatusRequest.
Constructor Details
#initialize(packid = nil, corpid = nil) ⇒ DescribeCodePackStatusRequest
Returns a new instance of DescribeCodePackStatusRequest.
1784 1785 1786 1787 |
# File 'lib/v20210515/models.rb', line 1784 def initialize(packid=nil, corpid=nil) @PackId = packid @CorpId = corpid end |
Instance Attribute Details
#CorpId ⇒ Object
1782 1783 1784 |
# File 'lib/v20210515/models.rb', line 1782 def CorpId @CorpId end |
#PackId ⇒ Object
1782 1783 1784 |
# File 'lib/v20210515/models.rb', line 1782 def PackId @PackId end |
Instance Method Details
#deserialize(params) ⇒ Object
1789 1790 1791 1792 |
# File 'lib/v20210515/models.rb', line 1789 def deserialize(params) @PackId = params['PackId'] @CorpId = params['CorpId'] end |