Class: TencentCloud::Trp::V20210515::DescribeCodePackStatusRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210515/models.rb

Overview

DescribeCodePackStatus请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CorpIdObject

Parameters:

  • PackId:

    码包ID

  • CorpId:

    企业ID



1782
1783
1784
# File 'lib/v20210515/models.rb', line 1782

def CorpId
  @CorpId
end

#PackIdObject

Parameters:

  • PackId:

    码包ID

  • CorpId:

    企业ID



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