Class: TencentCloud::Lcic::V20220817::BatchCreateGroupWithMembersResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::BatchCreateGroupWithMembersResponse
- Defined in:
- lib/v20220817/models.rb
Overview
BatchCreateGroupWithMembers返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupids = nil, requestid = nil) ⇒ BatchCreateGroupWithMembersResponse
constructor
A new instance of BatchCreateGroupWithMembersResponse.
Constructor Details
#initialize(groupids = nil, requestid = nil) ⇒ BatchCreateGroupWithMembersResponse
Returns a new instance of BatchCreateGroupWithMembersResponse.
280 281 282 283 |
# File 'lib/v20220817/models.rb', line 280 def initialize(groupids=nil, requestid=nil) @GroupIds = groupids @RequestId = requestid end |
Instance Attribute Details
#GroupIds ⇒ Object
278 279 280 |
# File 'lib/v20220817/models.rb', line 278 def GroupIds @GroupIds end |
#RequestId ⇒ Object
278 279 280 |
# File 'lib/v20220817/models.rb', line 278 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
285 286 287 288 |
# File 'lib/v20220817/models.rb', line 285 def deserialize(params) @GroupIds = params['GroupIds'] @RequestId = params['RequestId'] end |