Class: TencentCloud::Live::V20180801::ModifyLivePushAuthKeyRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::ModifyLivePushAuthKeyRequest
- Defined in:
- lib/v20180801/models.rb
Overview
ModifyLivePushAuthKey请求参数结构体
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) ⇒ ModifyLivePushAuthKeyRequest
constructor
A new instance of ModifyLivePushAuthKeyRequest.
Constructor Details
#initialize(domainname = nil, enable = nil, masterauthkey = nil, backupauthkey = nil, authdelta = nil) ⇒ ModifyLivePushAuthKeyRequest
Returns a new instance of ModifyLivePushAuthKeyRequest.
12600 12601 12602 12603 12604 12605 12606 |
# File 'lib/v20180801/models.rb', line 12600 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
不传表示不修改当前值。不传表示不修改当前值。不传表示不修改当前值。
12598 12599 12600 |
# File 'lib/v20180801/models.rb', line 12598 def AuthDelta @AuthDelta end |
#BackupAuthKey ⇒ Object
不传表示不修改当前值。不传表示不修改当前值。不传表示不修改当前值。
12598 12599 12600 |
# File 'lib/v20180801/models.rb', line 12598 def BackupAuthKey @BackupAuthKey end |
#DomainName ⇒ Object
不传表示不修改当前值。不传表示不修改当前值。不传表示不修改当前值。
12598 12599 12600 |
# File 'lib/v20180801/models.rb', line 12598 def DomainName @DomainName end |
#Enable ⇒ Object
不传表示不修改当前值。不传表示不修改当前值。不传表示不修改当前值。
12598 12599 12600 |
# File 'lib/v20180801/models.rb', line 12598 def Enable @Enable end |
#MasterAuthKey ⇒ Object
不传表示不修改当前值。不传表示不修改当前值。不传表示不修改当前值。
12598 12599 12600 |
# File 'lib/v20180801/models.rb', line 12598 def MasterAuthKey @MasterAuthKey end |
Instance Method Details
#deserialize(params) ⇒ Object
12608 12609 12610 12611 12612 12613 12614 |
# File 'lib/v20180801/models.rb', line 12608 def deserialize(params) @DomainName = params['DomainName'] @Enable = params['Enable'] @MasterAuthKey = params['MasterAuthKey'] @BackupAuthKey = params['BackupAuthKey'] @AuthDelta = params['AuthDelta'] end |