Class: TencentCloud::Live::V20180801::AddCasterMarkPicInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::AddCasterMarkPicInfoResponse
- Defined in:
- lib/v20180801/models.rb
Overview
AddCasterMarkPicInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ AddCasterMarkPicInfoResponse
constructor
A new instance of AddCasterMarkPicInfoResponse.
Constructor Details
#initialize(requestid = nil) ⇒ AddCasterMarkPicInfoResponse
Returns a new instance of AddCasterMarkPicInfoResponse.
140 141 142 |
# File 'lib/v20180801/models.rb', line 140 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
138 139 140 |
# File 'lib/v20180801/models.rb', line 138 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
144 145 146 |
# File 'lib/v20180801/models.rb', line 144 def deserialize(params) @RequestId = params['RequestId'] end |