Class: TencentCloud::Organization::V20210331::ManagerShareUnit
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::ManagerShareUnit
- Defined in:
- lib/v20210331/models.rb
Overview
我的共享单元列表详情
Instance Attribute Summary collapse
- #Area ⇒ Object
- #CreateTime ⇒ Object
- #Description ⇒ Object
- #Name ⇒ Object
- #OwnerUin ⇒ Object
- #ShareMemberNum ⇒ Object
- #ShareResourceNum ⇒ Object
- #ShareScope ⇒ Object
- #Uin ⇒ Object
- #UnitId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(unitid = nil, name = nil, uin = nil, owneruin = nil, area = nil, description = nil, createtime = nil, shareresourcenum = nil, sharemembernum = nil, sharescope = nil) ⇒ ManagerShareUnit
constructor
A new instance of ManagerShareUnit.
Constructor Details
#initialize(unitid = nil, name = nil, uin = nil, owneruin = nil, area = nil, description = nil, createtime = nil, shareresourcenum = nil, sharemembernum = nil, sharescope = nil) ⇒ ManagerShareUnit
Returns a new instance of ManagerShareUnit.
5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 |
# File 'lib/v20210331/models.rb', line 5712 def initialize(unitid=nil, name=nil, uin=nil, owneruin=nil, area=nil, description=nil, createtime=nil, shareresourcenum=nil, sharemembernum=nil, sharescope=nil) @UnitId = unitid @Name = name @Uin = uin @OwnerUin = owneruin @Area = area @Description = description @CreateTime = createtime @ShareResourceNum = shareresourcenum @ShareMemberNum = sharemembernum @ShareScope = sharescope end |
Instance Attribute Details
#Area ⇒ Object
5710 5711 5712 |
# File 'lib/v20210331/models.rb', line 5710 def Area @Area end |
#CreateTime ⇒ Object
5710 5711 5712 |
# File 'lib/v20210331/models.rb', line 5710 def CreateTime @CreateTime end |
#Description ⇒ Object
5710 5711 5712 |
# File 'lib/v20210331/models.rb', line 5710 def Description @Description end |
#Name ⇒ Object
5710 5711 5712 |
# File 'lib/v20210331/models.rb', line 5710 def Name @Name end |
#OwnerUin ⇒ Object
5710 5711 5712 |
# File 'lib/v20210331/models.rb', line 5710 def OwnerUin @OwnerUin end |
#ShareMemberNum ⇒ Object
5710 5711 5712 |
# File 'lib/v20210331/models.rb', line 5710 def ShareMemberNum @ShareMemberNum end |
#ShareResourceNum ⇒ Object
5710 5711 5712 |
# File 'lib/v20210331/models.rb', line 5710 def ShareResourceNum @ShareResourceNum end |
#ShareScope ⇒ Object
5710 5711 5712 |
# File 'lib/v20210331/models.rb', line 5710 def ShareScope @ShareScope end |
#Uin ⇒ Object
5710 5711 5712 |
# File 'lib/v20210331/models.rb', line 5710 def Uin @Uin end |
#UnitId ⇒ Object
5710 5711 5712 |
# File 'lib/v20210331/models.rb', line 5710 def UnitId @UnitId end |
Instance Method Details
#deserialize(params) ⇒ Object
5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 |
# File 'lib/v20210331/models.rb', line 5725 def deserialize(params) @UnitId = params['UnitId'] @Name = params['Name'] @Uin = params['Uin'] @OwnerUin = params['OwnerUin'] @Area = params['Area'] @Description = params['Description'] @CreateTime = params['CreateTime'] @ShareResourceNum = params['ShareResourceNum'] @ShareMemberNum = params['ShareMemberNum'] @ShareScope = params['ShareScope'] end |