Class: TencentCloud::Gs::V20191118::StartPublishStreamResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gs::V20191118::StartPublishStreamResponse
- Defined in:
- lib/v20191118/models.rb
Overview
StartPublishStream返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StartPublishStreamResponse
constructor
A new instance of StartPublishStreamResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StartPublishStreamResponse
Returns a new instance of StartPublishStreamResponse.
4335 4336 4337 |
# File 'lib/v20191118/models.rb', line 4335 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4333 4334 4335 |
# File 'lib/v20191118/models.rb', line 4333 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4339 4340 4341 |
# File 'lib/v20191118/models.rb', line 4339 def deserialize(params) @RequestId = params['RequestId'] end |