Class: TencentCloud::Oceanus::V20190422::ModifyFolderRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::ModifyFolderRequest
- Defined in:
- lib/v20190422/models.rb
Overview
ModifyFolder请求参数结构体
Instance Attribute Summary collapse
- #FolderName ⇒ Object
- #FolderType ⇒ Object
- #SourceFolderId ⇒ Object
- #SourceJobIds ⇒ Object
- #TargetFolderId ⇒ Object
- #WorkSpaceId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sourcefolderid = nil, targetfolderid = nil, foldername = nil, foldertype = nil, sourcejobids = nil, workspaceid = nil) ⇒ ModifyFolderRequest
constructor
A new instance of ModifyFolderRequest.
Constructor Details
#initialize(sourcefolderid = nil, targetfolderid = nil, foldername = nil, foldertype = nil, sourcejobids = nil, workspaceid = nil) ⇒ ModifyFolderRequest
Returns a new instance of ModifyFolderRequest.
4214 4215 4216 4217 4218 4219 4220 4221 |
# File 'lib/v20190422/models.rb', line 4214 def initialize(sourcefolderid=nil, targetfolderid=nil, foldername=nil, foldertype=nil, sourcejobids=nil, workspaceid=nil) @SourceFolderId = sourcefolderid @TargetFolderId = targetfolderid @FolderName = foldername @FolderType = foldertype @SourceJobIds = sourcejobids @WorkSpaceId = workspaceid end |
Instance Attribute Details
#FolderName ⇒ Object
4212 4213 4214 |
# File 'lib/v20190422/models.rb', line 4212 def FolderName @FolderName end |
#FolderType ⇒ Object
4212 4213 4214 |
# File 'lib/v20190422/models.rb', line 4212 def FolderType @FolderType end |
#SourceFolderId ⇒ Object
4212 4213 4214 |
# File 'lib/v20190422/models.rb', line 4212 def SourceFolderId @SourceFolderId end |
#SourceJobIds ⇒ Object
4212 4213 4214 |
# File 'lib/v20190422/models.rb', line 4212 def SourceJobIds @SourceJobIds end |
#TargetFolderId ⇒ Object
4212 4213 4214 |
# File 'lib/v20190422/models.rb', line 4212 def TargetFolderId @TargetFolderId end |
#WorkSpaceId ⇒ Object
4212 4213 4214 |
# File 'lib/v20190422/models.rb', line 4212 def WorkSpaceId @WorkSpaceId end |
Instance Method Details
#deserialize(params) ⇒ Object
4223 4224 4225 4226 4227 4228 4229 4230 |
# File 'lib/v20190422/models.rb', line 4223 def deserialize(params) @SourceFolderId = params['SourceFolderId'] @TargetFolderId = params['TargetFolderId'] @FolderName = params['FolderName'] @FolderType = params['FolderType'] @SourceJobIds = params['SourceJobIds'] @WorkSpaceId = params['WorkSpaceId'] end |