Class: TencentCloud::Iotexplorer::V20190423::CreatePositionSpaceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CreatePositionSpaceRequest
- Defined in:
- lib/v20190423/models.rb
Overview
CreatePositionSpace请求参数结构体
Instance Attribute Summary collapse
- #AuthorizeType ⇒ Object
- #Description ⇒ Object
- #Icon ⇒ Object
- #ProductIdList ⇒ Object
- #ProjectId ⇒ Object
- #SpaceName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, spacename = nil, authorizetype = nil, productidlist = nil, description = nil, icon = nil) ⇒ CreatePositionSpaceRequest
constructor
A new instance of CreatePositionSpaceRequest.
Constructor Details
#initialize(projectid = nil, spacename = nil, authorizetype = nil, productidlist = nil, description = nil, icon = nil) ⇒ CreatePositionSpaceRequest
Returns a new instance of CreatePositionSpaceRequest.
2292 2293 2294 2295 2296 2297 2298 2299 |
# File 'lib/v20190423/models.rb', line 2292 def initialize(projectid=nil, spacename=nil, =nil, productidlist=nil, description=nil, icon=nil) @ProjectId = projectid @SpaceName = spacename @AuthorizeType = @ProductIdList = productidlist @Description = description @Icon = icon end |
Instance Attribute Details
#AuthorizeType ⇒ Object
2290 2291 2292 |
# File 'lib/v20190423/models.rb', line 2290 def AuthorizeType @AuthorizeType end |
#Description ⇒ Object
2290 2291 2292 |
# File 'lib/v20190423/models.rb', line 2290 def Description @Description end |
#Icon ⇒ Object
2290 2291 2292 |
# File 'lib/v20190423/models.rb', line 2290 def Icon @Icon end |
#ProductIdList ⇒ Object
2290 2291 2292 |
# File 'lib/v20190423/models.rb', line 2290 def ProductIdList @ProductIdList end |
#ProjectId ⇒ Object
2290 2291 2292 |
# File 'lib/v20190423/models.rb', line 2290 def ProjectId @ProjectId end |
#SpaceName ⇒ Object
2290 2291 2292 |
# File 'lib/v20190423/models.rb', line 2290 def SpaceName @SpaceName end |
Instance Method Details
#deserialize(params) ⇒ Object
2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'lib/v20190423/models.rb', line 2301 def deserialize(params) @ProjectId = params['ProjectId'] @SpaceName = params['SpaceName'] @AuthorizeType = params['AuthorizeType'] @ProductIdList = params['ProductIdList'] @Description = params['Description'] @Icon = params['Icon'] end |