Class: TencentCloud::Trp::V20210515::DescribeCodePacksRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trp::V20210515::DescribeCodePacksRequest
- Defined in:
- lib/v20210515/models.rb
Overview
DescribeCodePacks请求参数结构体
Instance Attribute Summary collapse
- #CorpId ⇒ Object
- #Keyword ⇒ Object
- #PageNumber ⇒ Object
- #PageSize ⇒ Object
- #ResId ⇒ Object
- #ResType ⇒ Object
- #SceneCode ⇒ Object
- #SerialType ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(pagesize = nil, pagenumber = nil, keyword = nil, corpid = nil, serialtype = nil, restype = nil, resid = nil, scenecode = nil, status = nil) ⇒ DescribeCodePacksRequest
constructor
A new instance of DescribeCodePacksRequest.
Constructor Details
#initialize(pagesize = nil, pagenumber = nil, keyword = nil, corpid = nil, serialtype = nil, restype = nil, resid = nil, scenecode = nil, status = nil) ⇒ DescribeCodePacksRequest
Returns a new instance of DescribeCodePacksRequest.
1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 |
# File 'lib/v20210515/models.rb', line 1886 def initialize(pagesize=nil, pagenumber=nil, keyword=nil, corpid=nil, serialtype=nil, restype=nil, resid=nil, scenecode=nil, status=nil) @PageSize = pagesize @PageNumber = pagenumber @Keyword = keyword @CorpId = corpid @SerialType = serialtype @ResType = restype @ResId = resid @SceneCode = scenecode @Status = status end |
Instance Attribute Details
#CorpId ⇒ Object
1884 1885 1886 |
# File 'lib/v20210515/models.rb', line 1884 def CorpId @CorpId end |
#Keyword ⇒ Object
1884 1885 1886 |
# File 'lib/v20210515/models.rb', line 1884 def Keyword @Keyword end |
#PageNumber ⇒ Object
1884 1885 1886 |
# File 'lib/v20210515/models.rb', line 1884 def PageNumber @PageNumber end |
#PageSize ⇒ Object
1884 1885 1886 |
# File 'lib/v20210515/models.rb', line 1884 def PageSize @PageSize end |
#ResId ⇒ Object
1884 1885 1886 |
# File 'lib/v20210515/models.rb', line 1884 def ResId @ResId end |
#ResType ⇒ Object
1884 1885 1886 |
# File 'lib/v20210515/models.rb', line 1884 def ResType @ResType end |
#SceneCode ⇒ Object
1884 1885 1886 |
# File 'lib/v20210515/models.rb', line 1884 def SceneCode @SceneCode end |
#SerialType ⇒ Object
1884 1885 1886 |
# File 'lib/v20210515/models.rb', line 1884 def SerialType @SerialType end |
#Status ⇒ Object
1884 1885 1886 |
# File 'lib/v20210515/models.rb', line 1884 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 |
# File 'lib/v20210515/models.rb', line 1898 def deserialize(params) @PageSize = params['PageSize'] @PageNumber = params['PageNumber'] @Keyword = params['Keyword'] @CorpId = params['CorpId'] @SerialType = params['SerialType'] @ResType = params['ResType'] @ResId = params['ResId'] @SceneCode = params['SceneCode'] @Status = params['Status'] end |