Class: TencentCloud::Essbasic::V20210526::ChannelModifyRoleResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::ChannelModifyRoleResponse
- Defined in:
- lib/v20210526/models.rb
Overview
ChannelModifyRole返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(roleid = nil, requestid = nil) ⇒ ChannelModifyRoleResponse
constructor
A new instance of ChannelModifyRoleResponse.
Constructor Details
#initialize(roleid = nil, requestid = nil) ⇒ ChannelModifyRoleResponse
Returns a new instance of ChannelModifyRoleResponse.
4715 4716 4717 4718 |
# File 'lib/v20210526/models.rb', line 4715 def initialize(roleid=nil, requestid=nil) @RoleId = roleid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4713 4714 4715 |
# File 'lib/v20210526/models.rb', line 4713 def RequestId @RequestId end |
#RoleId ⇒ Object
4713 4714 4715 |
# File 'lib/v20210526/models.rb', line 4713 def RoleId @RoleId end |
Instance Method Details
#deserialize(params) ⇒ Object
4720 4721 4722 4723 |
# File 'lib/v20210526/models.rb', line 4720 def deserialize(params) @RoleId = params['RoleId'] @RequestId = params['RequestId'] end |