Class: TencentCloud::Tcr::V20190924::DescribeChartDownloadInfoRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::DescribeChartDownloadInfoRequest
- Defined in:
- lib/v20190924/models.rb
Overview
DescribeChartDownloadInfo请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(registryid = nil, namespacename = nil, chartname = nil, chartversion = nil) ⇒ DescribeChartDownloadInfoRequest
constructor
A new instance of DescribeChartDownloadInfoRequest.
Constructor Details
#initialize(registryid = nil, namespacename = nil, chartname = nil, chartversion = nil) ⇒ DescribeChartDownloadInfoRequest
Returns a new instance of DescribeChartDownloadInfoRequest.
2490 2491 2492 2493 2494 2495 |
# File 'lib/v20190924/models.rb', line 2490 def initialize(registryid=nil, namespacename=nil, chartname=nil, chartversion=nil) @RegistryId = registryid @NamespaceName = namespacename @ChartName = chartname @ChartVersion = chartversion end |
Instance Attribute Details
#ChartName ⇒ Object
2488 2489 2490 |
# File 'lib/v20190924/models.rb', line 2488 def ChartName @ChartName end |
#ChartVersion ⇒ Object
2488 2489 2490 |
# File 'lib/v20190924/models.rb', line 2488 def ChartVersion @ChartVersion end |
#NamespaceName ⇒ Object
2488 2489 2490 |
# File 'lib/v20190924/models.rb', line 2488 def NamespaceName @NamespaceName end |
#RegistryId ⇒ Object
2488 2489 2490 |
# File 'lib/v20190924/models.rb', line 2488 def RegistryId @RegistryId end |
Instance Method Details
#deserialize(params) ⇒ Object
2497 2498 2499 2500 2501 2502 |
# File 'lib/v20190924/models.rb', line 2497 def deserialize(params) @RegistryId = params['RegistryId'] @NamespaceName = params['NamespaceName'] @ChartName = params['ChartName'] @ChartVersion = params['ChartVersion'] end |