Class: TencentCloud::Teo::V20220901::OriginAuthenticationRequestProperties
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::OriginAuthenticationRequestProperties
- Defined in:
- lib/v20220901/models.rb
Overview
回源鉴权请求属性。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, name = nil, value = nil) ⇒ OriginAuthenticationRequestProperties
constructor
A new instance of OriginAuthenticationRequestProperties.
Constructor Details
#initialize(type = nil, name = nil, value = nil) ⇒ OriginAuthenticationRequestProperties
Returns a new instance of OriginAuthenticationRequestProperties.
18384 18385 18386 18387 18388 |
# File 'lib/v20220901/models.rb', line 18384 def initialize(type=nil, name=nil, value=nil) @Type = type @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
18382 18383 18384 |
# File 'lib/v20220901/models.rb', line 18382 def Name @Name end |
#Type ⇒ Object
18382 18383 18384 |
# File 'lib/v20220901/models.rb', line 18382 def Type @Type end |
#Value ⇒ Object
18382 18383 18384 |
# File 'lib/v20220901/models.rb', line 18382 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
18390 18391 18392 18393 18394 |
# File 'lib/v20220901/models.rb', line 18390 def deserialize(params) @Type = params['Type'] @Name = params['Name'] @Value = params['Value'] end |