Class: TencentCloud::Mna::V20210119::AddGroupResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mna::V20210119::AddGroupResponse
- Defined in:
- lib/v20210119/models.rb
Overview
AddGroup返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupid = nil, requestid = nil) ⇒ AddGroupResponse
constructor
A new instance of AddGroupResponse.
Constructor Details
#initialize(groupid = nil, requestid = nil) ⇒ AddGroupResponse
Returns a new instance of AddGroupResponse.
262 263 264 265 |
# File 'lib/v20210119/models.rb', line 262 def initialize(groupid=nil, requestid=nil) @GroupId = groupid @RequestId = requestid end |
Instance Attribute Details
#GroupId ⇒ Object
260 261 262 |
# File 'lib/v20210119/models.rb', line 260 def GroupId @GroupId end |
#RequestId ⇒ Object
260 261 262 |
# File 'lib/v20210119/models.rb', line 260 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
267 268 269 270 |
# File 'lib/v20210119/models.rb', line 267 def deserialize(params) @GroupId = params['GroupId'] @RequestId = params['RequestId'] end |