Class: TencentCloud::Emr::V20190103::ModifyUserGroupResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::ModifyUserGroupResponse
- Defined in:
- lib/v20190103/models.rb
Overview
ModifyUserGroup返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyUserGroupResponse
constructor
A new instance of ModifyUserGroupResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyUserGroupResponse
Returns a new instance of ModifyUserGroupResponse.
9339 9340 9341 |
# File 'lib/v20190103/models.rb', line 9339 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
9337 9338 9339 |
# File 'lib/v20190103/models.rb', line 9337 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
9343 9344 9345 |
# File 'lib/v20190103/models.rb', line 9343 def deserialize(params) @RequestId = params['RequestId'] end |