Class: TencentCloud::Weilingwith::V20230427::DescribeElementProfilePageRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::DescribeElementProfilePageRequest
- Defined in:
- lib/v20230427/models.rb
Overview
DescribeElementProfilePage请求参数结构体
Instance Attribute Summary collapse
- #ApplicationToken ⇒ Object
- #BuildingId ⇒ Object
- #EndTime ⇒ Object
- #EntityTypes ⇒ Object
- #IncludeDelete ⇒ Object
- #Level ⇒ Object
- #PageNumber ⇒ Object
- #PageSize ⇒ Object
- #ParentElementIds ⇒ Object
- #SpaceTypeCode ⇒ Object
- #StartTime ⇒ Object
- #WorkspaceId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(buildingid = nil, pagenumber = nil, pagesize = nil, workspaceid = nil, applicationtoken = nil, parentelementids = nil, level = nil, spacetypecode = nil, entitytypes = nil, includedelete = nil, starttime = nil, endtime = nil) ⇒ DescribeElementProfilePageRequest
constructor
A new instance of DescribeElementProfilePageRequest.
Constructor Details
#initialize(buildingid = nil, pagenumber = nil, pagesize = nil, workspaceid = nil, applicationtoken = nil, parentelementids = nil, level = nil, spacetypecode = nil, entitytypes = nil, includedelete = nil, starttime = nil, endtime = nil) ⇒ DescribeElementProfilePageRequest
Returns a new instance of DescribeElementProfilePageRequest.
3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 |
# File 'lib/v20230427/models.rb', line 3146 def initialize(buildingid=nil, pagenumber=nil, pagesize=nil, workspaceid=nil, applicationtoken=nil, parentelementids=nil, level=nil, spacetypecode=nil, entitytypes=nil, includedelete=nil, starttime=nil, endtime=nil) @BuildingId = buildingid @PageNumber = pagenumber @PageSize = pagesize @WorkspaceId = workspaceid @ApplicationToken = applicationtoken @ParentElementIds = parentelementids @Level = level @SpaceTypeCode = spacetypecode @EntityTypes = entitytypes @IncludeDelete = includedelete @StartTime = starttime @EndTime = endtime end |
Instance Attribute Details
#ApplicationToken ⇒ Object
3144 3145 3146 |
# File 'lib/v20230427/models.rb', line 3144 def ApplicationToken @ApplicationToken end |
#BuildingId ⇒ Object
3144 3145 3146 |
# File 'lib/v20230427/models.rb', line 3144 def BuildingId @BuildingId end |
#EndTime ⇒ Object
3144 3145 3146 |
# File 'lib/v20230427/models.rb', line 3144 def EndTime @EndTime end |
#EntityTypes ⇒ Object
3144 3145 3146 |
# File 'lib/v20230427/models.rb', line 3144 def EntityTypes @EntityTypes end |
#IncludeDelete ⇒ Object
3144 3145 3146 |
# File 'lib/v20230427/models.rb', line 3144 def IncludeDelete @IncludeDelete end |
#Level ⇒ Object
3144 3145 3146 |
# File 'lib/v20230427/models.rb', line 3144 def Level @Level end |
#PageNumber ⇒ Object
3144 3145 3146 |
# File 'lib/v20230427/models.rb', line 3144 def PageNumber @PageNumber end |
#PageSize ⇒ Object
3144 3145 3146 |
# File 'lib/v20230427/models.rb', line 3144 def PageSize @PageSize end |
#ParentElementIds ⇒ Object
3144 3145 3146 |
# File 'lib/v20230427/models.rb', line 3144 def ParentElementIds @ParentElementIds end |
#SpaceTypeCode ⇒ Object
3144 3145 3146 |
# File 'lib/v20230427/models.rb', line 3144 def SpaceTypeCode @SpaceTypeCode end |
#StartTime ⇒ Object
3144 3145 3146 |
# File 'lib/v20230427/models.rb', line 3144 def StartTime @StartTime end |
#WorkspaceId ⇒ Object
3144 3145 3146 |
# File 'lib/v20230427/models.rb', line 3144 def WorkspaceId @WorkspaceId end |
Instance Method Details
#deserialize(params) ⇒ Object
3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 |
# File 'lib/v20230427/models.rb', line 3161 def deserialize(params) @BuildingId = params['BuildingId'] @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] @WorkspaceId = params['WorkspaceId'] @ApplicationToken = params['ApplicationToken'] @ParentElementIds = params['ParentElementIds'] @Level = params['Level'] @SpaceTypeCode = params['SpaceTypeCode'] @EntityTypes = params['EntityTypes'] @IncludeDelete = params['IncludeDelete'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] end |