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.
5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 |
# File 'lib/v20210331/models.rb', line 5850 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
5848 5849 5850 |
# File 'lib/v20210331/models.rb', line 5848 def Area @Area end |
#CreateTime ⇒ Object
5848 5849 5850 |
# File 'lib/v20210331/models.rb', line 5848 def CreateTime @CreateTime end |
#Description ⇒ Object
5848 5849 5850 |
# File 'lib/v20210331/models.rb', line 5848 def Description @Description end |
#Name ⇒ Object
5848 5849 5850 |
# File 'lib/v20210331/models.rb', line 5848 def Name @Name end |
#OwnerUin ⇒ Object
5848 5849 5850 |
# File 'lib/v20210331/models.rb', line 5848 def OwnerUin @OwnerUin end |
#ShareMemberNum ⇒ Object
5848 5849 5850 |
# File 'lib/v20210331/models.rb', line 5848 def ShareMemberNum @ShareMemberNum end |
#ShareResourceNum ⇒ Object
5848 5849 5850 |
# File 'lib/v20210331/models.rb', line 5848 def ShareResourceNum @ShareResourceNum end |
#ShareScope ⇒ Object
5848 5849 5850 |
# File 'lib/v20210331/models.rb', line 5848 def ShareScope @ShareScope end |
#Uin ⇒ Object
5848 5849 5850 |
# File 'lib/v20210331/models.rb', line 5848 def Uin @Uin end |
#UnitId ⇒ Object
5848 5849 5850 |
# File 'lib/v20210331/models.rb', line 5848 def UnitId @UnitId end |
Instance Method Details
#deserialize(params) ⇒ Object
5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 |
# File 'lib/v20210331/models.rb', line 5863 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 |