Class: TencentCloud::Organization::V20210331::UpdateShareUnitRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::UpdateShareUnitRequest
- Defined in:
- lib/v20210331/models.rb
Overview
UpdateShareUnit请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(unitid = nil, name = nil, description = nil, sharescope = nil) ⇒ UpdateShareUnitRequest
constructor
A new instance of UpdateShareUnitRequest.
Constructor Details
#initialize(unitid = nil, name = nil, description = nil, sharescope = nil) ⇒ UpdateShareUnitRequest
Returns a new instance of UpdateShareUnitRequest.
8369 8370 8371 8372 8373 8374 |
# File 'lib/v20210331/models.rb', line 8369 def initialize(unitid=nil, name=nil, description=nil, sharescope=nil) @UnitId = unitid @Name = name @Description = description @ShareScope = sharescope end |
Instance Attribute Details
#Description ⇒ Object
8367 8368 8369 |
# File 'lib/v20210331/models.rb', line 8367 def Description @Description end |
#Name ⇒ Object
8367 8368 8369 |
# File 'lib/v20210331/models.rb', line 8367 def Name @Name end |
#ShareScope ⇒ Object
8367 8368 8369 |
# File 'lib/v20210331/models.rb', line 8367 def ShareScope @ShareScope end |
#UnitId ⇒ Object
8367 8368 8369 |
# File 'lib/v20210331/models.rb', line 8367 def UnitId @UnitId end |
Instance Method Details
#deserialize(params) ⇒ Object
8376 8377 8378 8379 8380 8381 |
# File 'lib/v20210331/models.rb', line 8376 def deserialize(params) @UnitId = params['UnitId'] @Name = params['Name'] @Description = params['Description'] @ShareScope = params['ShareScope'] end |