Class: TencentCloud::Emr::V20190103::GroupInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::GroupInfo
- Defined in:
- lib/v20190103/models.rb
Overview
用户组信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupname = nil, description = nil, users = nil) ⇒ GroupInfo
constructor
A new instance of GroupInfo.
Constructor Details
#initialize(groupname = nil, description = nil, users = nil) ⇒ GroupInfo
Returns a new instance of GroupInfo.
7007 7008 7009 7010 7011 |
# File 'lib/v20190103/models.rb', line 7007 def initialize(groupname=nil, description=nil, users=nil) @GroupName = groupname @Description = description @Users = users end |
Instance Attribute Details
#Description ⇒ Object
7005 7006 7007 |
# File 'lib/v20190103/models.rb', line 7005 def Description @Description end |
#GroupName ⇒ Object
7005 7006 7007 |
# File 'lib/v20190103/models.rb', line 7005 def GroupName @GroupName end |
#Users ⇒ Object
7005 7006 7007 |
# File 'lib/v20190103/models.rb', line 7005 def Users @Users end |
Instance Method Details
#deserialize(params) ⇒ Object
7013 7014 7015 7016 7017 |
# File 'lib/v20190103/models.rb', line 7013 def deserialize(params) @GroupName = params['GroupName'] @Description = params['Description'] @Users = params['Users'] end |