Class: TencentCloud::Tcr::V20190924::DownloadHelmChartResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::DownloadHelmChartResponse
- Defined in:
- lib/v20190924/models.rb
Overview
DownloadHelmChart返回参数结构体
Instance Attribute Summary collapse
- #Bucket ⇒ Object
- #ExpiredTime ⇒ Object
- #Path ⇒ Object
- #Region ⇒ Object
- #RequestId ⇒ Object
- #StartTime ⇒ Object
- #TmpSecretId ⇒ Object
- #TmpSecretKey ⇒ Object
- #TmpToken ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tmptoken = nil, tmpsecretid = nil, tmpsecretkey = nil, bucket = nil, region = nil, path = nil, starttime = nil, expiredtime = nil, requestid = nil) ⇒ DownloadHelmChartResponse
constructor
A new instance of DownloadHelmChartResponse.
Constructor Details
#initialize(tmptoken = nil, tmpsecretid = nil, tmpsecretkey = nil, bucket = nil, region = nil, path = nil, starttime = nil, expiredtime = nil, requestid = nil) ⇒ DownloadHelmChartResponse
Returns a new instance of DownloadHelmChartResponse.
4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 |
# File 'lib/v20190924/models.rb', line 4544 def initialize(tmptoken=nil, tmpsecretid=nil, tmpsecretkey=nil, bucket=nil, region=nil, path=nil, starttime=nil, expiredtime=nil, requestid=nil) @TmpToken = tmptoken @TmpSecretId = tmpsecretid @TmpSecretKey = tmpsecretkey @Bucket = bucket @Region = region @Path = path @StartTime = starttime @ExpiredTime = expiredtime @RequestId = requestid end |
Instance Attribute Details
#Bucket ⇒ Object
4542 4543 4544 |
# File 'lib/v20190924/models.rb', line 4542 def Bucket @Bucket end |
#ExpiredTime ⇒ Object
4542 4543 4544 |
# File 'lib/v20190924/models.rb', line 4542 def ExpiredTime @ExpiredTime end |
#Path ⇒ Object
4542 4543 4544 |
# File 'lib/v20190924/models.rb', line 4542 def Path @Path end |
#Region ⇒ Object
4542 4543 4544 |
# File 'lib/v20190924/models.rb', line 4542 def Region @Region end |
#RequestId ⇒ Object
4542 4543 4544 |
# File 'lib/v20190924/models.rb', line 4542 def RequestId @RequestId end |
#StartTime ⇒ Object
4542 4543 4544 |
# File 'lib/v20190924/models.rb', line 4542 def StartTime @StartTime end |
#TmpSecretId ⇒ Object
4542 4543 4544 |
# File 'lib/v20190924/models.rb', line 4542 def TmpSecretId @TmpSecretId end |
#TmpSecretKey ⇒ Object
4542 4543 4544 |
# File 'lib/v20190924/models.rb', line 4542 def TmpSecretKey @TmpSecretKey end |
#TmpToken ⇒ Object
4542 4543 4544 |
# File 'lib/v20190924/models.rb', line 4542 def TmpToken @TmpToken end |
Instance Method Details
#deserialize(params) ⇒ Object
4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 |
# File 'lib/v20190924/models.rb', line 4556 def deserialize(params) @TmpToken = params['TmpToken'] @TmpSecretId = params['TmpSecretId'] @TmpSecretKey = params['TmpSecretKey'] @Bucket = params['Bucket'] @Region = params['Region'] @Path = params['Path'] @StartTime = params['StartTime'] @ExpiredTime = params['ExpiredTime'] @RequestId = params['RequestId'] end |