Class: TencentCloud::Organization::V20210331::RemoveUserFromGroupResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::RemoveUserFromGroupResponse
- Defined in:
- lib/v20210331/models.rb
Overview
RemoveUserFromGroup返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ RemoveUserFromGroupResponse
constructor
A new instance of RemoveUserFromGroupResponse.
Constructor Details
#initialize(requestid = nil) ⇒ RemoveUserFromGroupResponse
Returns a new instance of RemoveUserFromGroupResponse.
6766 6767 6768 |
# File 'lib/v20210331/models.rb', line 6766 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6764 6765 6766 |
# File 'lib/v20210331/models.rb', line 6764 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6770 6771 6772 |
# File 'lib/v20210331/models.rb', line 6770 def deserialize(params) @RequestId = params['RequestId'] end |