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.
13296 13297 13298 13299 13300 13301 13302 |
# File 'lib/v20180801/models.rb', line 13296 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: 启用。
13294 13295 13296 |
# File 'lib/v20180801/models.rb', line 13294 def AuthBackKey @AuthBackKey end |
#AuthDelta ⇒ Object
0: 关闭。1: 启用。
13294 13295 13296 |
# File 'lib/v20180801/models.rb', line 13294 def AuthDelta @AuthDelta end |
#AuthKey ⇒ Object
0: 关闭。1: 启用。
13294 13295 13296 |
# File 'lib/v20180801/models.rb', line 13294 def AuthKey @AuthKey end |
#DomainName ⇒ Object
0: 关闭。1: 启用。
13294 13295 13296 |
# File 'lib/v20180801/models.rb', line 13294 def DomainName @DomainName end |
#Enable ⇒ Object
0: 关闭。1: 启用。
13294 13295 13296 |
# File 'lib/v20180801/models.rb', line 13294 def Enable @Enable end |
Instance Method Details
#deserialize(params) ⇒ Object
13304 13305 13306 13307 13308 13309 13310 |
# File 'lib/v20180801/models.rb', line 13304 def deserialize(params) @DomainName = params['DomainName'] @Enable = params['Enable'] @AuthKey = params['AuthKey'] @AuthDelta = params['AuthDelta'] @AuthBackKey = params['AuthBackKey'] end |