Class: TencentCloud::Dbbrain::V20210527::GroupItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::GroupItem
- Defined in:
- lib/v20210527/models.rb
Overview
描述组信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil, membercount = nil) ⇒ GroupItem
constructor
A new instance of GroupItem.
Constructor Details
#initialize(id = nil, name = nil, membercount = nil) ⇒ GroupItem
Returns a new instance of GroupItem.
5232 5233 5234 5235 5236 |
# File 'lib/v20210527/models.rb', line 5232 def initialize(id=nil, name=nil, membercount=nil) @Id = id @Name = name @MemberCount = membercount end |
Instance Attribute Details
#Id ⇒ Object
5230 5231 5232 |
# File 'lib/v20210527/models.rb', line 5230 def Id @Id end |
#MemberCount ⇒ Object
5230 5231 5232 |
# File 'lib/v20210527/models.rb', line 5230 def MemberCount @MemberCount end |
#Name ⇒ Object
5230 5231 5232 |
# File 'lib/v20210527/models.rb', line 5230 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
5238 5239 5240 5241 5242 |
# File 'lib/v20210527/models.rb', line 5238 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @MemberCount = params['MemberCount'] end |