Class: TencentCloud::Iss::V20230517::SetForbidPlayChannelsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::SetForbidPlayChannelsResponse
- Defined in:
- lib/v20230517/models.rb
Overview
SetForbidPlayChannels返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ SetForbidPlayChannelsResponse
constructor
A new instance of SetForbidPlayChannelsResponse.
Constructor Details
#initialize(requestid = nil) ⇒ SetForbidPlayChannelsResponse
Returns a new instance of SetForbidPlayChannelsResponse.
6787 6788 6789 |
# File 'lib/v20230517/models.rb', line 6787 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6785 6786 6787 |
# File 'lib/v20230517/models.rb', line 6785 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6791 6792 6793 |
# File 'lib/v20230517/models.rb', line 6791 def deserialize(params) @RequestId = params['RequestId'] end |