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.
3027 3028 3029 3030 3031 3032 |
# File 'lib/v20210820/models.rb', line 3027 def initialize(executorgroupid=nil, projectid=nil, executorresourcepackageids=nil, projectidlist=nil) @ExecutorGroupId = executorgroupid @ProjectId = projectid @ExecutorResourcePackageIds = executorresourcepackageids @ProjectIdList = projectidlist end |
Instance Attribute Details
#ExecutorGroupId ⇒ Object
3025 3026 3027 |
# File 'lib/v20210820/models.rb', line 3025 def ExecutorGroupId @ExecutorGroupId end |
#ExecutorResourcePackageIds ⇒ Object
3025 3026 3027 |
# File 'lib/v20210820/models.rb', line 3025 def ExecutorResourcePackageIds @ExecutorResourcePackageIds end |
#ProjectId ⇒ Object
3025 3026 3027 |
# File 'lib/v20210820/models.rb', line 3025 def ProjectId @ProjectId end |
#ProjectIdList ⇒ Object
3025 3026 3027 |
# File 'lib/v20210820/models.rb', line 3025 def ProjectIdList @ProjectIdList end |
Instance Method Details
#deserialize(params) ⇒ Object
3034 3035 3036 3037 3038 3039 |
# File 'lib/v20210820/models.rb', line 3034 def deserialize(params) @ExecutorGroupId = params['ExecutorGroupId'] @ProjectId = params['ProjectId'] @ExecutorResourcePackageIds = params['ExecutorResourcePackageIds'] @ProjectIdList = params['ProjectIdList'] end |