Class: TencentCloud::Vod::V20180717::TempCertificate
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::TempCertificate
- Defined in:
- lib/v20180717/models.rb
Overview
临时凭证
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(secretid = nil, secretkey = nil, token = nil, expiredtime = nil) ⇒ TempCertificate
constructor
A new instance of TempCertificate.
Constructor Details
#initialize(secretid = nil, secretkey = nil, token = nil, expiredtime = nil) ⇒ TempCertificate
Returns a new instance of TempCertificate.
27951 27952 27953 27954 27955 27956 |
# File 'lib/v20180717/models.rb', line 27951 def initialize(secretid=nil, secretkey=nil, token=nil, expiredtime=nil) @SecretId = secretid @SecretKey = secretkey @Token = token @ExpiredTime = expiredtime end |
Instance Attribute Details
#ExpiredTime ⇒ Object
27949 27950 27951 |
# File 'lib/v20180717/models.rb', line 27949 def ExpiredTime @ExpiredTime end |
#SecretId ⇒ Object
27949 27950 27951 |
# File 'lib/v20180717/models.rb', line 27949 def SecretId @SecretId end |
#SecretKey ⇒ Object
27949 27950 27951 |
# File 'lib/v20180717/models.rb', line 27949 def SecretKey @SecretKey end |
#Token ⇒ Object
27949 27950 27951 |
# File 'lib/v20180717/models.rb', line 27949 def Token @Token end |
Instance Method Details
#deserialize(params) ⇒ Object
27958 27959 27960 27961 27962 27963 |
# File 'lib/v20180717/models.rb', line 27958 def deserialize(params) @SecretId = params['SecretId'] @SecretKey = params['SecretKey'] @Token = params['Token'] @ExpiredTime = params['ExpiredTime'] end |