Class: TencentCloud::Wedata::V20210820::UnboundProjectExecutorResourceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::UnboundProjectExecutorResourceRequest
- Defined in:
- lib/v20210820/models.rb
Overview
UnboundProjectExecutorResource请求参数结构体
Instance Attribute Summary collapse
- #ExecutorGroupId ⇒ Object
- #ExecutorResourcePackageIds ⇒ Object
- #ProjectId ⇒ Object
- #ProjectIdList ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(executorgroupid = nil, projectid = nil, projectidlist = nil, executorresourcepackageids = nil) ⇒ UnboundProjectExecutorResourceRequest
constructor
A new instance of UnboundProjectExecutorResourceRequest.
Constructor Details
#initialize(executorgroupid = nil, projectid = nil, projectidlist = nil, executorresourcepackageids = nil) ⇒ UnboundProjectExecutorResourceRequest
Returns a new instance of UnboundProjectExecutorResourceRequest.
39924 39925 39926 39927 39928 39929 |
# File 'lib/v20210820/models.rb', line 39924 def initialize(executorgroupid=nil, projectid=nil, projectidlist=nil, executorresourcepackageids=nil) @ExecutorGroupId = executorgroupid @ProjectId = projectid @ProjectIdList = projectidlist @ExecutorResourcePackageIds = executorresourcepackageids end |
Instance Attribute Details
#ExecutorGroupId ⇒ Object
39922 39923 39924 |
# File 'lib/v20210820/models.rb', line 39922 def ExecutorGroupId @ExecutorGroupId end |
#ExecutorResourcePackageIds ⇒ Object
39922 39923 39924 |
# File 'lib/v20210820/models.rb', line 39922 def ExecutorResourcePackageIds @ExecutorResourcePackageIds end |
#ProjectId ⇒ Object
39922 39923 39924 |
# File 'lib/v20210820/models.rb', line 39922 def ProjectId @ProjectId end |
#ProjectIdList ⇒ Object
39922 39923 39924 |
# File 'lib/v20210820/models.rb', line 39922 def ProjectIdList @ProjectIdList end |
Instance Method Details
#deserialize(params) ⇒ Object
39931 39932 39933 39934 39935 39936 |
# File 'lib/v20210820/models.rb', line 39931 def deserialize(params) @ExecutorGroupId = params['ExecutorGroupId'] @ProjectId = params['ProjectId'] @ProjectIdList = params['ProjectIdList'] @ExecutorResourcePackageIds = params['ExecutorResourcePackageIds'] end |