Class: TencentCloud::Bda::V20200324::CreateGroupResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bda::V20200324::CreateGroupResponse
- Defined in:
- lib/v20200324/models.rb
Overview
CreateGroup返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateGroupResponse
constructor
A new instance of CreateGroupResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateGroupResponse
Returns a new instance of CreateGroupResponse.
354 355 356 |
# File 'lib/v20200324/models.rb', line 354 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
352 353 354 |
# File 'lib/v20200324/models.rb', line 352 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
358 359 360 |
# File 'lib/v20200324/models.rb', line 358 def deserialize(params) @RequestId = params['RequestId'] end |