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.
3480 3481 3482 3483 |
# File 'lib/v20190719/models.rb', line 3480 def initialize(pgroupid=nil, name=nil) @PGroupId = pgroupid @Name = name end |
Instance Attribute Details
#Name ⇒ Object
3478 3479 3480 |
# File 'lib/v20190719/models.rb', line 3478 def Name @Name end |
#PGroupId ⇒ Object
3478 3479 3480 |
# File 'lib/v20190719/models.rb', line 3478 def PGroupId @PGroupId end |
Instance Method Details
#deserialize(params) ⇒ Object
3485 3486 3487 3488 |
# File 'lib/v20190719/models.rb', line 3485 def deserialize(params) @PGroupId = params['PGroupId'] @Name = params['Name'] end |