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.
27953 27954 27955 27956 27957 27958 |
# File 'lib/v20180717/models.rb', line 27953 def initialize(secretid=nil, secretkey=nil, token=nil, expiredtime=nil) @SecretId = secretid @SecretKey = secretkey @Token = token @ExpiredTime = expiredtime end |
Instance Attribute Details
#ExpiredTime ⇒ Object
27951 27952 27953 |
# File 'lib/v20180717/models.rb', line 27951 def ExpiredTime @ExpiredTime end |
#SecretId ⇒ Object
27951 27952 27953 |
# File 'lib/v20180717/models.rb', line 27951 def SecretId @SecretId end |
#SecretKey ⇒ Object
27951 27952 27953 |
# File 'lib/v20180717/models.rb', line 27951 def SecretKey @SecretKey end |
#Token ⇒ Object
27951 27952 27953 |
# File 'lib/v20180717/models.rb', line 27951 def Token @Token end |
Instance Method Details
#deserialize(params) ⇒ Object
27960 27961 27962 27963 27964 27965 |
# File 'lib/v20180717/models.rb', line 27960 def deserialize(params) @SecretId = params['SecretId'] @SecretKey = params['SecretKey'] @Token = params['Token'] @ExpiredTime = params['ExpiredTime'] end |