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.
12045 12046 12047 12048 12049 12050 12051 12052 12053 12054 12055 12056 |
# File 'lib/v20190423/models.rb', line 12045 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
12043 12044 12045 |
# File 'lib/v20190423/models.rb', line 12043 def AuthorizeType @AuthorizeType end |
#CreateTime ⇒ Object
12043 12044 12045 |
# File 'lib/v20190423/models.rb', line 12043 def CreateTime @CreateTime end |
#Description ⇒ Object
12043 12044 12045 |
# File 'lib/v20190423/models.rb', line 12043 def Description @Description end |
#Icon ⇒ Object
12043 12044 12045 |
# File 'lib/v20190423/models.rb', line 12043 def Icon @Icon end |
#ProductIdList ⇒ Object
12043 12044 12045 |
# File 'lib/v20190423/models.rb', line 12043 def ProductIdList @ProductIdList end |
#ProjectId ⇒ Object
12043 12044 12045 |
# File 'lib/v20190423/models.rb', line 12043 def ProjectId @ProjectId end |
#SpaceId ⇒ Object
12043 12044 12045 |
# File 'lib/v20190423/models.rb', line 12043 def SpaceId @SpaceId end |
#SpaceName ⇒ Object
12043 12044 12045 |
# File 'lib/v20190423/models.rb', line 12043 def SpaceName @SpaceName end |
#UpdateTime ⇒ Object
12043 12044 12045 |
# File 'lib/v20190423/models.rb', line 12043 def UpdateTime @UpdateTime end |
#Zoom ⇒ Object
12043 12044 12045 |
# File 'lib/v20190423/models.rb', line 12043 def Zoom @Zoom end |
Instance Method Details
#deserialize(params) ⇒ Object
12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 |
# File 'lib/v20190423/models.rb', line 12058 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 |