Class: TencentCloud::Lcic::V20220817::CreateGroupWithMembersResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::CreateGroupWithMembersResponse
- Defined in:
- lib/v20220817/models.rb
Overview
CreateGroupWithMembers返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupid = nil, requestid = nil) ⇒ CreateGroupWithMembersResponse
constructor
A new instance of CreateGroupWithMembersResponse.
Constructor Details
#initialize(groupid = nil, requestid = nil) ⇒ CreateGroupWithMembersResponse
Returns a new instance of CreateGroupWithMembersResponse.
792 793 794 795 |
# File 'lib/v20220817/models.rb', line 792 def initialize(groupid=nil, requestid=nil) @GroupId = groupid @RequestId = requestid end |
Instance Attribute Details
#GroupId ⇒ Object
790 791 792 |
# File 'lib/v20220817/models.rb', line 790 def GroupId @GroupId end |
#RequestId ⇒ Object
790 791 792 |
# File 'lib/v20220817/models.rb', line 790 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
797 798 799 800 |
# File 'lib/v20220817/models.rb', line 797 def deserialize(params) @GroupId = params['GroupId'] @RequestId = params['RequestId'] end |