Class: TencentCloud::Oceanus::V20190422::DeleteFoldersRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::DeleteFoldersRequest
- Defined in:
- lib/v20190422/models.rb
Overview
DeleteFolders请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(folderids = nil, foldertype = nil, workspaceid = nil) ⇒ DeleteFoldersRequest
constructor
A new instance of DeleteFoldersRequest.
Constructor Details
#initialize(folderids = nil, foldertype = nil, workspaceid = nil) ⇒ DeleteFoldersRequest
Returns a new instance of DeleteFoldersRequest.
1555 1556 1557 1558 1559 |
# File 'lib/v20190422/models.rb', line 1555 def initialize(folderids=nil, foldertype=nil, workspaceid=nil) @FolderIds = folderids @FolderType = foldertype @WorkSpaceId = workspaceid end |
Instance Attribute Details
#FolderIds ⇒ Object
1553 1554 1555 |
# File 'lib/v20190422/models.rb', line 1553 def FolderIds @FolderIds end |
#FolderType ⇒ Object
1553 1554 1555 |
# File 'lib/v20190422/models.rb', line 1553 def FolderType @FolderType end |
#WorkSpaceId ⇒ Object
1553 1554 1555 |
# File 'lib/v20190422/models.rb', line 1553 def WorkSpaceId @WorkSpaceId end |
Instance Method Details
#deserialize(params) ⇒ Object
1561 1562 1563 1564 1565 |
# File 'lib/v20190422/models.rb', line 1561 def deserialize(params) @FolderIds = params['FolderIds'] @FolderType = params['FolderType'] @WorkSpaceId = params['WorkSpaceId'] end |