Class: TencentCloud::Live::V20180801::PushAuthKeyInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::PushAuthKeyInfo
- Defined in:
- lib/v20180801/models.rb
Overview
推流鉴权key信息。
Instance Attribute Summary collapse
- #AuthDelta ⇒ Object
- #BackupAuthKey ⇒ Object
- #DomainName ⇒ Object
- #Enable ⇒ Object
- #MasterAuthKey ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domainname = nil, enable = nil, masterauthkey = nil, backupauthkey = nil, authdelta = nil) ⇒ PushAuthKeyInfo
constructor
A new instance of PushAuthKeyInfo.
Constructor Details
#initialize(domainname = nil, enable = nil, masterauthkey = nil, backupauthkey = nil, authdelta = nil) ⇒ PushAuthKeyInfo
Returns a new instance of PushAuthKeyInfo.
13906 13907 13908 13909 13910 13911 13912 |
# File 'lib/v20180801/models.rb', line 13906 def initialize(domainname=nil, enable=nil, masterauthkey=nil, backupauthkey=nil, authdelta=nil) @DomainName = domainname @Enable = enable @MasterAuthKey = masterauthkey @BackupAuthKey = backupauthkey @AuthDelta = authdelta end |
Instance Attribute Details
#AuthDelta ⇒ Object
13904 13905 13906 |
# File 'lib/v20180801/models.rb', line 13904 def AuthDelta @AuthDelta end |
#BackupAuthKey ⇒ Object
13904 13905 13906 |
# File 'lib/v20180801/models.rb', line 13904 def BackupAuthKey @BackupAuthKey end |
#DomainName ⇒ Object
13904 13905 13906 |
# File 'lib/v20180801/models.rb', line 13904 def DomainName @DomainName end |
#Enable ⇒ Object
13904 13905 13906 |
# File 'lib/v20180801/models.rb', line 13904 def Enable @Enable end |
#MasterAuthKey ⇒ Object
13904 13905 13906 |
# File 'lib/v20180801/models.rb', line 13904 def MasterAuthKey @MasterAuthKey end |
Instance Method Details
#deserialize(params) ⇒ Object
13914 13915 13916 13917 13918 13919 13920 |
# File 'lib/v20180801/models.rb', line 13914 def deserialize(params) @DomainName = params['DomainName'] @Enable = params['Enable'] @MasterAuthKey = params['MasterAuthKey'] @BackupAuthKey = params['BackupAuthKey'] @AuthDelta = params['AuthDelta'] end |