Class: TencentCloud::Cfs::V20190719::PGroup

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190719/models.rb

Overview

文件系统绑定权限组信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#NameObject

Parameters:

  • PGroupId:

    权限组ID

  • Name:

    权限组名称



3478
3479
3480
# File 'lib/v20190719/models.rb', line 3478

def Name
  @Name
end

#PGroupIdObject

Parameters:

  • PGroupId:

    权限组ID

  • Name:

    权限组名称



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