Class: TencentCloud::Cdn::V20180606::AdvancedAuthenticationTypeC
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::AdvancedAuthenticationTypeC
- Defined in:
- lib/v20180606/models.rb
Overview
时间戳防盗链高级版模式C配置。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(accesskey = nil, secretkey = nil) ⇒ AdvancedAuthenticationTypeC
constructor
A new instance of AdvancedAuthenticationTypeC.
Constructor Details
#initialize(accesskey = nil, secretkey = nil) ⇒ AdvancedAuthenticationTypeC
Returns a new instance of AdvancedAuthenticationTypeC.
747 748 749 750 |
# File 'lib/v20180606/models.rb', line 747 def initialize(accesskey=nil, secretkey=nil) @AccessKey = accesskey @SecretKey = secretkey end |
Instance Attribute Details
#AccessKey ⇒ Object
745 746 747 |
# File 'lib/v20180606/models.rb', line 745 def AccessKey @AccessKey end |
#SecretKey ⇒ Object
745 746 747 |
# File 'lib/v20180606/models.rb', line 745 def SecretKey @SecretKey end |
Instance Method Details
#deserialize(params) ⇒ Object
752 753 754 755 |
# File 'lib/v20180606/models.rb', line 752 def deserialize(params) @AccessKey = params['AccessKey'] @SecretKey = params['SecretKey'] end |