Class: TencentCloud::Wedata::V20250806::ListProjectsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::ListProjectsRequest
- Defined in:
- lib/v20250806/models.rb
Overview
ListProjects请求参数结构体
Instance Attribute Summary collapse
- #PageNumber ⇒ Object
- #PageSize ⇒ Object
- #ProjectIds ⇒ Object
- #ProjectModel ⇒ Object
- #ProjectName ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectids = nil, projectname = nil, status = nil, projectmodel = nil, pagenumber = nil, pagesize = nil) ⇒ ListProjectsRequest
constructor
A new instance of ListProjectsRequest.
Constructor Details
#initialize(projectids = nil, projectname = nil, status = nil, projectmodel = nil, pagenumber = nil, pagesize = nil) ⇒ ListProjectsRequest
Returns a new instance of ListProjectsRequest.
7594 7595 7596 7597 7598 7599 7600 7601 |
# File 'lib/v20250806/models.rb', line 7594 def initialize(projectids=nil, projectname=nil, status=nil, projectmodel=nil, pagenumber=nil, pagesize=nil) @ProjectIds = projectids @ProjectName = projectname @Status = status @ProjectModel = projectmodel @PageNumber = pagenumber @PageSize = pagesize end |
Instance Attribute Details
#PageNumber ⇒ Object
7592 7593 7594 |
# File 'lib/v20250806/models.rb', line 7592 def PageNumber @PageNumber end |
#PageSize ⇒ Object
7592 7593 7594 |
# File 'lib/v20250806/models.rb', line 7592 def PageSize @PageSize end |
#ProjectIds ⇒ Object
7592 7593 7594 |
# File 'lib/v20250806/models.rb', line 7592 def ProjectIds @ProjectIds end |
#ProjectModel ⇒ Object
7592 7593 7594 |
# File 'lib/v20250806/models.rb', line 7592 def ProjectModel @ProjectModel end |
#ProjectName ⇒ Object
7592 7593 7594 |
# File 'lib/v20250806/models.rb', line 7592 def ProjectName @ProjectName end |
#Status ⇒ Object
7592 7593 7594 |
# File 'lib/v20250806/models.rb', line 7592 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
7603 7604 7605 7606 7607 7608 7609 7610 |
# File 'lib/v20250806/models.rb', line 7603 def deserialize(params) @ProjectIds = params['ProjectIds'] @ProjectName = params['ProjectName'] @Status = params['Status'] @ProjectModel = params['ProjectModel'] @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] end |