Class: TencentCloud::Tcr::V20190924::DownloadHelmChartRequest

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

Overview

DownloadHelmChart请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(registryid = nil, namespacename = nil, chartname = nil, chartversion = nil) ⇒ DownloadHelmChartRequest

Returns a new instance of DownloadHelmChartRequest.



4506
4507
4508
4509
4510
4511
# File 'lib/v20190924/models.rb', line 4506

def initialize(registryid=nil, namespacename=nil, chartname=nil, chartversion=nil)
  @RegistryId = registryid
  @NamespaceName = namespacename
  @ChartName = chartname
  @ChartVersion = chartversion
end

Instance Attribute Details

#ChartName ⇒ Object

Parameters:

  • RegistryId: —

    实例ID

  • NamespaceName: —

    命名空间名称

  • ChartName: —

    Helm chart名称

  • ChartVersion: —

    Helm chart版本



4504
4505
4506
# File 'lib/v20190924/models.rb', line 4504

def ChartName
  @ChartName
end

#ChartVersion ⇒ Object

Parameters:

  • RegistryId: —

    实例ID

  • NamespaceName: —

    命名空间名称

  • ChartName: —

    Helm chart名称

  • ChartVersion: —

    Helm chart版本



4504
4505
4506
# File 'lib/v20190924/models.rb', line 4504

def ChartVersion
  @ChartVersion
end

#NamespaceName ⇒ Object

Parameters:

  • RegistryId: —

    实例ID

  • NamespaceName: —

    命名空间名称

  • ChartName: —

    Helm chart名称

  • ChartVersion: —

    Helm chart版本



4504
4505
4506
# File 'lib/v20190924/models.rb', line 4504

def NamespaceName
  @NamespaceName
end

#RegistryId ⇒ Object

Parameters:

  • RegistryId: —

    实例ID

  • NamespaceName: —

    命名空间名称

  • ChartName: —

    Helm chart名称

  • ChartVersion: —

    Helm chart版本



4504
4505
4506
# File 'lib/v20190924/models.rb', line 4504

def RegistryId
  @RegistryId
end

Instance Method Details

#deserialize(params) ⇒ Object



4513
4514
4515
4516
4517
4518
# File 'lib/v20190924/models.rb', line 4513

def deserialize(params)
  @RegistryId = params['RegistryId']
  @NamespaceName = params['NamespaceName']
  @ChartName = params['ChartName']
  @ChartVersion = params['ChartVersion']
end