Class: TencentCloud::Weilingwith::V20230427::DescribeElementProfileTreeRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::DescribeElementProfileTreeRequest
- Defined in:
- lib/v20230427/models.rb
Overview
DescribeElementProfileTree请求参数结构体
Instance Attribute Summary collapse
- #ApplicationToken ⇒ Object
- #BuildingId ⇒ Object
- #ElementId ⇒ Object
- #Level ⇒ Object
- #SpaceTypeCode ⇒ Object
- #WorkspaceId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(buildingid = nil, workspaceid = nil, applicationtoken = nil, elementid = nil, level = nil, spacetypecode = nil) ⇒ DescribeElementProfileTreeRequest
constructor
A new instance of DescribeElementProfileTreeRequest.
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
#ApplicationToken ⇒ Object
3215 3216 3217 |
# File 'lib/v20230427/models.rb', line 3215 def ApplicationToken @ApplicationToken end |
#BuildingId ⇒ Object
3215 3216 3217 |
# File 'lib/v20230427/models.rb', line 3215 def BuildingId @BuildingId end |
#ElementId ⇒ Object
3215 3216 3217 |
# File 'lib/v20230427/models.rb', line 3215 def ElementId @ElementId end |
#Level ⇒ Object
3215 3216 3217 |
# File 'lib/v20230427/models.rb', line 3215 def Level @Level end |
#SpaceTypeCode ⇒ Object
3215 3216 3217 |
# File 'lib/v20230427/models.rb', line 3215 def SpaceTypeCode @SpaceTypeCode end |
#WorkspaceId ⇒ Object
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 |