Class: TencentCloud::Iotexplorer::V20190423::ModifyPositionSpaceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::ModifyPositionSpaceRequest
- Defined in:
- lib/v20190423/models.rb
Overview
ModifyPositionSpace请求参数结构体
Instance Attribute Summary collapse
- #AuthorizeType ⇒ Object
- #Description ⇒ Object
- #Icon ⇒ Object
- #ProductIdList ⇒ Object
- #SpaceId ⇒ Object
- #SpaceName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(spaceid = nil, spacename = nil, authorizetype = nil, productidlist = nil, description = nil, icon = nil) ⇒ ModifyPositionSpaceRequest
constructor
A new instance of ModifyPositionSpaceRequest.
Constructor Details
#initialize(spaceid = nil, spacename = nil, authorizetype = nil, productidlist = nil, description = nil, icon = nil) ⇒ ModifyPositionSpaceRequest
Returns a new instance of ModifyPositionSpaceRequest.
11175 11176 11177 11178 11179 11180 11181 11182 |
# File 'lib/v20190423/models.rb', line 11175 def initialize(spaceid=nil, spacename=nil, =nil, productidlist=nil, description=nil, icon=nil) @SpaceId = spaceid @SpaceName = spacename @AuthorizeType = @ProductIdList = productidlist @Description = description @Icon = icon end |
Instance Attribute Details
#AuthorizeType ⇒ Object
11173 11174 11175 |
# File 'lib/v20190423/models.rb', line 11173 def AuthorizeType @AuthorizeType end |
#Description ⇒ Object
11173 11174 11175 |
# File 'lib/v20190423/models.rb', line 11173 def Description @Description end |
#Icon ⇒ Object
11173 11174 11175 |
# File 'lib/v20190423/models.rb', line 11173 def Icon @Icon end |
#ProductIdList ⇒ Object
11173 11174 11175 |
# File 'lib/v20190423/models.rb', line 11173 def ProductIdList @ProductIdList end |
#SpaceId ⇒ Object
11173 11174 11175 |
# File 'lib/v20190423/models.rb', line 11173 def SpaceId @SpaceId end |
#SpaceName ⇒ Object
11173 11174 11175 |
# File 'lib/v20190423/models.rb', line 11173 def SpaceName @SpaceName end |
Instance Method Details
#deserialize(params) ⇒ Object
11184 11185 11186 11187 11188 11189 11190 11191 |
# File 'lib/v20190423/models.rb', line 11184 def deserialize(params) @SpaceId = params['SpaceId'] @SpaceName = params['SpaceName'] @AuthorizeType = params['AuthorizeType'] @ProductIdList = params['ProductIdList'] @Description = params['Description'] @Icon = params['Icon'] end |