Class: TencentCloud::Live::V20180801::PlayAuthKeyInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::PlayAuthKeyInfo
- Defined in:
- lib/v20180801/models.rb
Overview
播放鉴权key信息。
Instance Attribute Summary collapse
-
#AuthBackKey ⇒ Object
0: 关闭。 1: 启用。.
-
#AuthDelta ⇒ Object
0: 关闭。 1: 启用。.
-
#AuthKey ⇒ Object
0: 关闭。 1: 启用。.
-
#DomainName ⇒ Object
0: 关闭。 1: 启用。.
-
#Enable ⇒ Object
0: 关闭。 1: 启用。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domainname = nil, enable = nil, authkey = nil, authdelta = nil, authbackkey = nil) ⇒ PlayAuthKeyInfo
constructor
A new instance of PlayAuthKeyInfo.
Constructor Details
#initialize(domainname = nil, enable = nil, authkey = nil, authdelta = nil, authbackkey = nil) ⇒ PlayAuthKeyInfo
Returns a new instance of PlayAuthKeyInfo.
13401 13402 13403 13404 13405 13406 13407 |
# File 'lib/v20180801/models.rb', line 13401 def initialize(domainname=nil, enable=nil, authkey=nil, authdelta=nil, authbackkey=nil) @DomainName = domainname @Enable = enable @AuthKey = authkey @AuthDelta = authdelta @AuthBackKey = authbackkey end |
Instance Attribute Details
#AuthBackKey ⇒ Object
0: 关闭。1: 启用。
13399 13400 13401 |
# File 'lib/v20180801/models.rb', line 13399 def AuthBackKey @AuthBackKey end |
#AuthDelta ⇒ Object
0: 关闭。1: 启用。
13399 13400 13401 |
# File 'lib/v20180801/models.rb', line 13399 def AuthDelta @AuthDelta end |
#AuthKey ⇒ Object
0: 关闭。1: 启用。
13399 13400 13401 |
# File 'lib/v20180801/models.rb', line 13399 def AuthKey @AuthKey end |
#DomainName ⇒ Object
0: 关闭。1: 启用。
13399 13400 13401 |
# File 'lib/v20180801/models.rb', line 13399 def DomainName @DomainName end |
#Enable ⇒ Object
0: 关闭。1: 启用。
13399 13400 13401 |
# File 'lib/v20180801/models.rb', line 13399 def Enable @Enable end |
Instance Method Details
#deserialize(params) ⇒ Object
13409 13410 13411 13412 13413 13414 13415 |
# File 'lib/v20180801/models.rb', line 13409 def deserialize(params) @DomainName = params['DomainName'] @Enable = params['Enable'] @AuthKey = params['AuthKey'] @AuthDelta = params['AuthDelta'] @AuthBackKey = params['AuthBackKey'] end |