Class: TencentCloud::Oceanus::V20190422::CreateFolderRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::CreateFolderRequest
- Defined in:
- lib/v20190422/models.rb
Overview
CreateFolder请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(foldername = nil, parentid = nil, foldertype = nil, workspaceid = nil) ⇒ CreateFolderRequest
constructor
A new instance of CreateFolderRequest.
Constructor Details
#initialize(foldername = nil, parentid = nil, foldertype = nil, workspaceid = nil) ⇒ CreateFolderRequest
Returns a new instance of CreateFolderRequest.
998 999 1000 1001 1002 1003 |
# File 'lib/v20190422/models.rb', line 998 def initialize(foldername=nil, parentid=nil, foldertype=nil, workspaceid=nil) @FolderName = foldername @ParentId = parentid @FolderType = foldertype @WorkSpaceId = workspaceid end |
Instance Attribute Details
#FolderName ⇒ Object
996 997 998 |
# File 'lib/v20190422/models.rb', line 996 def FolderName @FolderName end |
#FolderType ⇒ Object
996 997 998 |
# File 'lib/v20190422/models.rb', line 996 def FolderType @FolderType end |
#ParentId ⇒ Object
996 997 998 |
# File 'lib/v20190422/models.rb', line 996 def ParentId @ParentId end |
#WorkSpaceId ⇒ Object
996 997 998 |
# File 'lib/v20190422/models.rb', line 996 def WorkSpaceId @WorkSpaceId end |
Instance Method Details
#deserialize(params) ⇒ Object
1005 1006 1007 1008 1009 1010 |
# File 'lib/v20190422/models.rb', line 1005 def deserialize(params) @FolderName = params['FolderName'] @ParentId = params['ParentId'] @FolderType = params['FolderType'] @WorkSpaceId = params['WorkSpaceId'] end |