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.
836 837 838 839 |
# File 'lib/v20220817/models.rb', line 836 def initialize(groupid=nil, requestid=nil) @GroupId = groupid @RequestId = requestid end |
Instance Attribute Details
#GroupId ⇒ Object
834 835 836 |
# File 'lib/v20220817/models.rb', line 834 def GroupId @GroupId end |
#RequestId ⇒ Object
834 835 836 |
# File 'lib/v20220817/models.rb', line 834 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
841 842 843 844 |
# File 'lib/v20220817/models.rb', line 841 def deserialize(params) @GroupId = params['GroupId'] @RequestId = params['RequestId'] end |