Class: TencentCloud::Organization::V20210331::ShareResourceToMember
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::ShareResourceToMember
- Defined in:
- lib/v20210331/models.rb
Overview
与我共享的资源
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #ProductResourceId ⇒ Object
- #ResourceId ⇒ Object
- #ShareManagerUin ⇒ Object
- #Type ⇒ Object
- #UnitId ⇒ Object
- #UnitName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(resourceid = nil, type = nil, unitid = nil, unitname = nil, createtime = nil, productresourceid = nil, sharemanageruin = nil) ⇒ ShareResourceToMember
constructor
A new instance of ShareResourceToMember.
Constructor Details
#initialize(resourceid = nil, type = nil, unitid = nil, unitname = nil, createtime = nil, productresourceid = nil, sharemanageruin = nil) ⇒ ShareResourceToMember
Returns a new instance of ShareResourceToMember.
7607 7608 7609 7610 7611 7612 7613 7614 7615 |
# File 'lib/v20210331/models.rb', line 7607 def initialize(resourceid=nil, type=nil, unitid=nil, unitname=nil, createtime=nil, productresourceid=nil, sharemanageruin=nil) @ResourceId = resourceid @Type = type @UnitId = unitid @UnitName = unitname @CreateTime = createtime @ProductResourceId = productresourceid @ShareManagerUin = sharemanageruin end |
Instance Attribute Details
#CreateTime ⇒ Object
7605 7606 7607 |
# File 'lib/v20210331/models.rb', line 7605 def CreateTime @CreateTime end |
#ProductResourceId ⇒ Object
7605 7606 7607 |
# File 'lib/v20210331/models.rb', line 7605 def ProductResourceId @ProductResourceId end |
#ResourceId ⇒ Object
7605 7606 7607 |
# File 'lib/v20210331/models.rb', line 7605 def ResourceId @ResourceId end |
#ShareManagerUin ⇒ Object
7605 7606 7607 |
# File 'lib/v20210331/models.rb', line 7605 def ShareManagerUin @ShareManagerUin end |
#Type ⇒ Object
7605 7606 7607 |
# File 'lib/v20210331/models.rb', line 7605 def Type @Type end |
#UnitId ⇒ Object
7605 7606 7607 |
# File 'lib/v20210331/models.rb', line 7605 def UnitId @UnitId end |
#UnitName ⇒ Object
7605 7606 7607 |
# File 'lib/v20210331/models.rb', line 7605 def UnitName @UnitName end |
Instance Method Details
#deserialize(params) ⇒ Object
7617 7618 7619 7620 7621 7622 7623 7624 7625 |
# File 'lib/v20210331/models.rb', line 7617 def deserialize(params) @ResourceId = params['ResourceId'] @Type = params['Type'] @UnitId = params['UnitId'] @UnitName = params['UnitName'] @CreateTime = params['CreateTime'] @ProductResourceId = params['ProductResourceId'] @ShareManagerUin = params['ShareManagerUin'] end |