Class: TencentCloud::Wedata::V20250806::ListResourceGroupsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::ListResourceGroupsRequest
- Defined in:
- lib/v20250806/models.rb
Overview
ListResourceGroups请求参数结构体
Instance Attribute Summary collapse
-
#Id ⇒ Object
-
Schedule — 调度资源组 - Integration — 集成资源组 - DataService – 数据服务资源组.
-
-
#Name ⇒ Object
-
Schedule — 调度资源组 - Integration — 集成资源组 - DataService – 数据服务资源组.
-
-
#PageNumber ⇒ Object
-
Schedule — 调度资源组 - Integration — 集成资源组 - DataService – 数据服务资源组.
-
-
#PageSize ⇒ Object
-
Schedule — 调度资源组 - Integration — 集成资源组 - DataService – 数据服务资源组.
-
-
#ProjectIds ⇒ Object
-
Schedule — 调度资源组 - Integration — 集成资源组 - DataService – 数据服务资源组.
-
-
#Type ⇒ Object
-
Schedule — 调度资源组 - Integration — 集成资源组 - DataService – 数据服务资源组.
-
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, id = nil, name = nil, projectids = nil, pagenumber = nil, pagesize = nil) ⇒ ListResourceGroupsRequest
constructor
A new instance of ListResourceGroupsRequest.
Constructor Details
#initialize(type = nil, id = nil, name = nil, projectids = nil, pagenumber = nil, pagesize = nil) ⇒ ListResourceGroupsRequest
Returns a new instance of ListResourceGroupsRequest.
7784 7785 7786 7787 7788 7789 7790 7791 |
# File 'lib/v20250806/models.rb', line 7784 def initialize(type=nil, id=nil, name=nil, projectids=nil, pagenumber=nil, pagesize=nil) @Type = type @Id = id @Name = name @ProjectIds = projectids @PageNumber = pagenumber @PageSize = pagesize end |
Instance Attribute Details
#Id ⇒ Object
-
Schedule — 调度资源组
-
Integration — 集成资源组
-
DataService – 数据服务资源组
7782 7783 7784 |
# File 'lib/v20250806/models.rb', line 7782 def Id @Id end |
#Name ⇒ Object
-
Schedule — 调度资源组
-
Integration — 集成资源组
-
DataService – 数据服务资源组
7782 7783 7784 |
# File 'lib/v20250806/models.rb', line 7782 def Name @Name end |
#PageNumber ⇒ Object
-
Schedule — 调度资源组
-
Integration — 集成资源组
-
DataService – 数据服务资源组
7782 7783 7784 |
# File 'lib/v20250806/models.rb', line 7782 def PageNumber @PageNumber end |
#PageSize ⇒ Object
-
Schedule — 调度资源组
-
Integration — 集成资源组
-
DataService – 数据服务资源组
7782 7783 7784 |
# File 'lib/v20250806/models.rb', line 7782 def PageSize @PageSize end |
#ProjectIds ⇒ Object
-
Schedule — 调度资源组
-
Integration — 集成资源组
-
DataService – 数据服务资源组
7782 7783 7784 |
# File 'lib/v20250806/models.rb', line 7782 def ProjectIds @ProjectIds end |
#Type ⇒ Object
-
Schedule — 调度资源组
-
Integration — 集成资源组
-
DataService – 数据服务资源组
7782 7783 7784 |
# File 'lib/v20250806/models.rb', line 7782 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
7793 7794 7795 7796 7797 7798 7799 7800 |
# File 'lib/v20250806/models.rb', line 7793 def deserialize(params) @Type = params['Type'] @Id = params['Id'] @Name = params['Name'] @ProjectIds = params['ProjectIds'] @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] end |