Class: TencentCloud::Cfs::V20190719::PGroup
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfs::V20190719::PGroup
- Defined in:
- lib/v20190719/models.rb
Overview
文件系统绑定权限组信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(pgroupid = nil, name = nil) ⇒ PGroup
constructor
A new instance of PGroup.
Constructor Details
#initialize(pgroupid = nil, name = nil) ⇒ PGroup
Returns a new instance of PGroup.
2399 2400 2401 2402 |
# File 'lib/v20190719/models.rb', line 2399 def initialize(pgroupid=nil, name=nil) @PGroupId = pgroupid @Name = name end |
Instance Attribute Details
#Name ⇒ Object
2397 2398 2399 |
# File 'lib/v20190719/models.rb', line 2397 def Name @Name end |
#PGroupId ⇒ Object
2397 2398 2399 |
# File 'lib/v20190719/models.rb', line 2397 def PGroupId @PGroupId end |
Instance Method Details
#deserialize(params) ⇒ Object
2404 2405 2406 2407 |
# File 'lib/v20190719/models.rb', line 2404 def deserialize(params) @PGroupId = params['PGroupId'] @Name = params['Name'] end |