Class: TencentCloud::Iotexplorer::V20190423::PositionSpaceInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::PositionSpaceInfo
- Defined in:
- lib/v20190423/models.rb
Overview
位置空间详情
Instance Attribute Summary collapse
- #AuthorizeType ⇒ Object
- #CreateTime ⇒ Object
- #Description ⇒ Object
- #Icon ⇒ Object
- #ProductIdList ⇒ Object
- #ProjectId ⇒ Object
- #SpaceId ⇒ Object
- #SpaceName ⇒ Object
- #UpdateTime ⇒ Object
- #Zoom ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, spaceid = nil, spacename = nil, authorizetype = nil, description = nil, productidlist = nil, icon = nil, createtime = nil, updatetime = nil, zoom = nil) ⇒ PositionSpaceInfo
constructor
A new instance of PositionSpaceInfo.
Constructor Details
#initialize(projectid = nil, spaceid = nil, spacename = nil, authorizetype = nil, description = nil, productidlist = nil, icon = nil, createtime = nil, updatetime = nil, zoom = nil) ⇒ PositionSpaceInfo
Returns a new instance of PositionSpaceInfo.
12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 |
# File 'lib/v20190423/models.rb', line 12061 def initialize(projectid=nil, spaceid=nil, spacename=nil, =nil, description=nil, productidlist=nil, icon=nil, createtime=nil, updatetime=nil, zoom=nil) @ProjectId = projectid @SpaceId = spaceid @SpaceName = spacename @AuthorizeType = @Description = description @ProductIdList = productidlist @Icon = icon @CreateTime = createtime @UpdateTime = updatetime @Zoom = zoom end |
Instance Attribute Details
#AuthorizeType ⇒ Object
12059 12060 12061 |
# File 'lib/v20190423/models.rb', line 12059 def AuthorizeType @AuthorizeType end |
#CreateTime ⇒ Object
12059 12060 12061 |
# File 'lib/v20190423/models.rb', line 12059 def CreateTime @CreateTime end |
#Description ⇒ Object
12059 12060 12061 |
# File 'lib/v20190423/models.rb', line 12059 def Description @Description end |
#Icon ⇒ Object
12059 12060 12061 |
# File 'lib/v20190423/models.rb', line 12059 def Icon @Icon end |
#ProductIdList ⇒ Object
12059 12060 12061 |
# File 'lib/v20190423/models.rb', line 12059 def ProductIdList @ProductIdList end |
#ProjectId ⇒ Object
12059 12060 12061 |
# File 'lib/v20190423/models.rb', line 12059 def ProjectId @ProjectId end |
#SpaceId ⇒ Object
12059 12060 12061 |
# File 'lib/v20190423/models.rb', line 12059 def SpaceId @SpaceId end |
#SpaceName ⇒ Object
12059 12060 12061 |
# File 'lib/v20190423/models.rb', line 12059 def SpaceName @SpaceName end |
#UpdateTime ⇒ Object
12059 12060 12061 |
# File 'lib/v20190423/models.rb', line 12059 def UpdateTime @UpdateTime end |
#Zoom ⇒ Object
12059 12060 12061 |
# File 'lib/v20190423/models.rb', line 12059 def Zoom @Zoom end |
Instance Method Details
#deserialize(params) ⇒ Object
12074 12075 12076 12077 12078 12079 12080 12081 12082 12083 12084 12085 |
# File 'lib/v20190423/models.rb', line 12074 def deserialize(params) @ProjectId = params['ProjectId'] @SpaceId = params['SpaceId'] @SpaceName = params['SpaceName'] @AuthorizeType = params['AuthorizeType'] @Description = params['Description'] @ProductIdList = params['ProductIdList'] @Icon = params['Icon'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] @Zoom = params['Zoom'] end |