Class: TencentCloud::Live::V20180801::PlayAuthKeyInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180801/models.rb

Overview

播放鉴权key信息。

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#AuthBackKeyObject

0: 关闭。1: 启用。

Parameters:

  • DomainName:

    域名。

  • Enable:

    是否启用:

  • AuthKey:

    鉴权 Key。

  • AuthDelta:

    有效时间,单位:秒。

  • AuthBackKey:

    鉴权 BackKey。



13294
13295
13296
# File 'lib/v20180801/models.rb', line 13294

def AuthBackKey
  @AuthBackKey
end

#AuthDeltaObject

0: 关闭。1: 启用。

Parameters:

  • DomainName:

    域名。

  • Enable:

    是否启用:

  • AuthKey:

    鉴权 Key。

  • AuthDelta:

    有效时间,单位:秒。

  • AuthBackKey:

    鉴权 BackKey。



13294
13295
13296
# File 'lib/v20180801/models.rb', line 13294

def AuthDelta
  @AuthDelta
end

#AuthKeyObject

0: 关闭。1: 启用。

Parameters:

  • DomainName:

    域名。

  • Enable:

    是否启用:

  • AuthKey:

    鉴权 Key。

  • AuthDelta:

    有效时间,单位:秒。

  • AuthBackKey:

    鉴权 BackKey。



13294
13295
13296
# File 'lib/v20180801/models.rb', line 13294

def AuthKey
  @AuthKey
end

#DomainNameObject

0: 关闭。1: 启用。

Parameters:

  • DomainName:

    域名。

  • Enable:

    是否启用:

  • AuthKey:

    鉴权 Key。

  • AuthDelta:

    有效时间,单位:秒。

  • AuthBackKey:

    鉴权 BackKey。



13294
13295
13296
# File 'lib/v20180801/models.rb', line 13294

def DomainName
  @DomainName
end

#EnableObject

0: 关闭。1: 启用。

Parameters:

  • DomainName:

    域名。

  • Enable:

    是否启用:

  • AuthKey:

    鉴权 Key。

  • AuthDelta:

    有效时间,单位:秒。

  • AuthBackKey:

    鉴权 BackKey。



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