Class: TencentCloud::Cam::V20190116::GroupInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::GroupInfo
- Defined in:
- lib/v20190116/models.rb
Overview
用户组信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupid = nil, groupname = nil, createtime = nil, remark = nil) ⇒ GroupInfo
constructor
A new instance of GroupInfo.
Constructor Details
#initialize(groupid = nil, groupname = nil, createtime = nil, remark = nil) ⇒ GroupInfo
Returns a new instance of GroupInfo.
2920 2921 2922 2923 2924 2925 |
# File 'lib/v20190116/models.rb', line 2920 def initialize(groupid=nil, groupname=nil, createtime=nil, remark=nil) @GroupId = groupid @GroupName = groupname @CreateTime = createtime @Remark = remark end |
Instance Attribute Details
#CreateTime ⇒ Object
2918 2919 2920 |
# File 'lib/v20190116/models.rb', line 2918 def CreateTime @CreateTime end |
#GroupId ⇒ Object
2918 2919 2920 |
# File 'lib/v20190116/models.rb', line 2918 def GroupId @GroupId end |
#GroupName ⇒ Object
2918 2919 2920 |
# File 'lib/v20190116/models.rb', line 2918 def GroupName @GroupName end |
#Remark ⇒ Object
2918 2919 2920 |
# File 'lib/v20190116/models.rb', line 2918 def Remark @Remark end |
Instance Method Details
#deserialize(params) ⇒ Object
2927 2928 2929 2930 2931 2932 |
# File 'lib/v20190116/models.rb', line 2927 def deserialize(params) @GroupId = params['GroupId'] @GroupName = params['GroupName'] @CreateTime = params['CreateTime'] @Remark = params['Remark'] end |