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.



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

#NameObject

Parameters:

  • PGroupId:

    权限组ID

  • Name:

    权限组名称



2397
2398
2399
# File 'lib/v20190719/models.rb', line 2397

def Name
  @Name
end

#PGroupIdObject

Parameters:

  • PGroupId:

    权限组ID

  • Name:

    权限组名称



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