Class: TencentCloud::Live::V20180801::AddLiveDomainResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::AddLiveDomainResponse
- Defined in:
- lib/v20180801/models.rb
Overview
AddLiveDomain返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ AddLiveDomainResponse
constructor
A new instance of AddLiveDomainResponse.
Constructor Details
#initialize(requestid = nil) ⇒ AddLiveDomainResponse
Returns a new instance of AddLiveDomainResponse.
338 339 340 |
# File 'lib/v20180801/models.rb', line 338 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
336 337 338 |
# File 'lib/v20180801/models.rb', line 336 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
342 343 344 |
# File 'lib/v20180801/models.rb', line 342 def deserialize(params) @RequestId = params['RequestId'] end |