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
4163 4164 4165 |
# File 'lib/v20191118/models.rb', line 4163 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4161 4162 4163 |
# File 'lib/v20191118/models.rb', line 4161 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4167 4168 4169 |
# File 'lib/v20191118/models.rb', line 4167 def deserialize(params) @RequestId = params['RequestId'] end |