Class: TencentCloud::Cdn::V20180606::OriginAuthenticationTypeA
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::OriginAuthenticationTypeA
- Defined in:
- lib/v20180606/models.rb
Overview
回源鉴权高级配置TypeA
Instance Attribute Summary collapse
-
#SecretKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(secretkey = nil) ⇒ OriginAuthenticationTypeA
constructor
A new instance of OriginAuthenticationTypeA.
Constructor Details
#initialize(secretkey = nil) ⇒ OriginAuthenticationTypeA
Returns a new instance of OriginAuthenticationTypeA.
10145 10146 10147 |
# File 'lib/v20180606/models.rb', line 10145 def initialize(secretkey=nil) @SecretKey = secretkey end |
Instance Attribute Details
#SecretKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10143 10144 10145 |
# File 'lib/v20180606/models.rb', line 10143 def SecretKey @SecretKey end |
Instance Method Details
#deserialize(params) ⇒ Object
10149 10150 10151 |
# File 'lib/v20180606/models.rb', line 10149 def deserialize(params) @SecretKey = params['SecretKey'] end |