Class: TencentCloud::Dbbrain::V20191016::GroupItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20191016::GroupItem
- Defined in:
- lib/v20191016/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.
1816 1817 1818 1819 1820 |
# File 'lib/v20191016/models.rb', line 1816 def initialize(id=nil, name=nil, membercount=nil) @Id = id @Name = name @MemberCount = membercount end |
Instance Attribute Details
#Id ⇒ Object
1814 1815 1816 |
# File 'lib/v20191016/models.rb', line 1814 def Id @Id end |
#MemberCount ⇒ Object
1814 1815 1816 |
# File 'lib/v20191016/models.rb', line 1814 def MemberCount @MemberCount end |
#Name ⇒ Object
1814 1815 1816 |
# File 'lib/v20191016/models.rb', line 1814 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
1822 1823 1824 1825 1826 |
# File 'lib/v20191016/models.rb', line 1822 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @MemberCount = params['MemberCount'] end |