Class: TencentCloud::Weilingwith::V20230427::DescribeElementProfileTreeRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20230427/models.rb

Overview

DescribeElementProfileTree请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(buildingid = nil, workspaceid = nil, applicationtoken = nil, elementid = nil, level = nil, spacetypecode = nil) ⇒ DescribeElementProfileTreeRequest



3217
3218
3219
3220
3221
3222
3223
3224
# File 'lib/v20230427/models.rb', line 3217

def initialize(buildingid=nil, workspaceid=nil, applicationtoken=nil, elementid=nil, level=nil, spacetypecode=nil)
  @BuildingId = buildingid
  @WorkspaceId = workspaceid
  @ApplicationToken = applicationtoken
  @ElementId = elementid
  @Level = level
  @SpaceTypeCode = spacetypecode
end

Instance Attribute Details

#ApplicationTokenObject



3215
3216
3217
# File 'lib/v20230427/models.rb', line 3215

def ApplicationToken
  @ApplicationToken
end

#BuildingIdObject



3215
3216
3217
# File 'lib/v20230427/models.rb', line 3215

def BuildingId
  @BuildingId
end

#ElementIdObject



3215
3216
3217
# File 'lib/v20230427/models.rb', line 3215

def ElementId
  @ElementId
end

#LevelObject



3215
3216
3217
# File 'lib/v20230427/models.rb', line 3215

def Level
  @Level
end

#SpaceTypeCodeObject



3215
3216
3217
# File 'lib/v20230427/models.rb', line 3215

def SpaceTypeCode
  @SpaceTypeCode
end

#WorkspaceIdObject



3215
3216
3217
# File 'lib/v20230427/models.rb', line 3215

def WorkspaceId
  @WorkspaceId
end

Instance Method Details

#deserialize(params) ⇒ Object



3226
3227
3228
3229
3230
3231
3232
3233
# File 'lib/v20230427/models.rb', line 3226

def deserialize(params)
  @BuildingId = params['BuildingId']
  @WorkspaceId = params['WorkspaceId']
  @ApplicationToken = params['ApplicationToken']
  @ElementId = params['ElementId']
  @Level = params['Level']
  @SpaceTypeCode = params['SpaceTypeCode']
end