Class: TencentCloud::Rum::V20210622::DescribeReleaseFileSignResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rum::V20210622::DescribeReleaseFileSignResponse
- Defined in:
- lib/v20210622/models.rb
Overview
DescribeReleaseFileSign返回参数结构体
Instance Attribute Summary collapse
- #ExpiredTime ⇒ Object
- #RequestId ⇒ Object
- #SecretID ⇒ Object
- #SecretKey ⇒ Object
- #SessionToken ⇒ Object
- #StartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(secretkey = nil, secretid = nil, sessiontoken = nil, starttime = nil, expiredtime = nil, requestid = nil) ⇒ DescribeReleaseFileSignResponse
constructor
A new instance of DescribeReleaseFileSignResponse.
Constructor Details
#initialize(secretkey = nil, secretid = nil, sessiontoken = nil, starttime = nil, expiredtime = nil, requestid = nil) ⇒ DescribeReleaseFileSignResponse
Returns a new instance of DescribeReleaseFileSignResponse.
2928 2929 2930 2931 2932 2933 2934 2935 |
# File 'lib/v20210622/models.rb', line 2928 def initialize(secretkey=nil, secretid=nil, sessiontoken=nil, starttime=nil, expiredtime=nil, requestid=nil) @SecretKey = secretkey @SecretID = secretid @SessionToken = sessiontoken @StartTime = starttime @ExpiredTime = expiredtime @RequestId = requestid end |
Instance Attribute Details
#ExpiredTime ⇒ Object
2926 2927 2928 |
# File 'lib/v20210622/models.rb', line 2926 def ExpiredTime @ExpiredTime end |
#RequestId ⇒ Object
2926 2927 2928 |
# File 'lib/v20210622/models.rb', line 2926 def RequestId @RequestId end |
#SecretID ⇒ Object
2926 2927 2928 |
# File 'lib/v20210622/models.rb', line 2926 def SecretID @SecretID end |
#SecretKey ⇒ Object
2926 2927 2928 |
# File 'lib/v20210622/models.rb', line 2926 def SecretKey @SecretKey end |
#SessionToken ⇒ Object
2926 2927 2928 |
# File 'lib/v20210622/models.rb', line 2926 def SessionToken @SessionToken end |
#StartTime ⇒ Object
2926 2927 2928 |
# File 'lib/v20210622/models.rb', line 2926 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
2937 2938 2939 2940 2941 2942 2943 2944 |
# File 'lib/v20210622/models.rb', line 2937 def deserialize(params) @SecretKey = params['SecretKey'] @SecretID = params['SecretID'] @SessionToken = params['SessionToken'] @StartTime = params['StartTime'] @ExpiredTime = params['ExpiredTime'] @RequestId = params['RequestId'] end |