Class: TencentCloud::Wedata::V20210820::BindProjectExecutorResourceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::BindProjectExecutorResourceRequest
- Defined in:
- lib/v20210820/models.rb
Overview
BindProjectExecutorResource请求参数结构体
Instance Attribute Summary collapse
- #ExecutorGroupId ⇒ Object
- #ExecutorResourcePackageIds ⇒ Object
- #ProjectId ⇒ Object
- #ProjectIdList ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(executorgroupid = nil, projectid = nil, executorresourcepackageids = nil, projectidlist = nil) ⇒ BindProjectExecutorResourceRequest
constructor
A new instance of BindProjectExecutorResourceRequest.
Constructor Details
#initialize(executorgroupid = nil, projectid = nil, executorresourcepackageids = nil, projectidlist = nil) ⇒ BindProjectExecutorResourceRequest
Returns a new instance of BindProjectExecutorResourceRequest.
2698 2699 2700 2701 2702 2703 |
# File 'lib/v20210820/models.rb', line 2698 def initialize(executorgroupid=nil, projectid=nil, executorresourcepackageids=nil, projectidlist=nil) @ExecutorGroupId = executorgroupid @ProjectId = projectid @ExecutorResourcePackageIds = executorresourcepackageids @ProjectIdList = projectidlist end |
Instance Attribute Details
#ExecutorGroupId ⇒ Object
2696 2697 2698 |
# File 'lib/v20210820/models.rb', line 2696 def ExecutorGroupId @ExecutorGroupId end |
#ExecutorResourcePackageIds ⇒ Object
2696 2697 2698 |
# File 'lib/v20210820/models.rb', line 2696 def ExecutorResourcePackageIds @ExecutorResourcePackageIds end |
#ProjectId ⇒ Object
2696 2697 2698 |
# File 'lib/v20210820/models.rb', line 2696 def ProjectId @ProjectId end |
#ProjectIdList ⇒ Object
2696 2697 2698 |
# File 'lib/v20210820/models.rb', line 2696 def ProjectIdList @ProjectIdList end |
Instance Method Details
#deserialize(params) ⇒ Object
2705 2706 2707 2708 2709 2710 |
# File 'lib/v20210820/models.rb', line 2705 def deserialize(params) @ExecutorGroupId = params['ExecutorGroupId'] @ProjectId = params['ProjectId'] @ExecutorResourcePackageIds = params['ExecutorResourcePackageIds'] @ProjectIdList = params['ProjectIdList'] end |