Class: TencentCloud::Oceanus::V20190422::SubFolderInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::SubFolderInfo
- Defined in:
- lib/v20190422/models.rb
Overview
子目录信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(folderid = nil, foldername = nil) ⇒ SubFolderInfo
constructor
A new instance of SubFolderInfo.
Constructor Details
#initialize(folderid = nil, foldername = nil) ⇒ SubFolderInfo
Returns a new instance of SubFolderInfo.
5775 5776 5777 5778 |
# File 'lib/v20190422/models.rb', line 5775 def initialize(folderid=nil, foldername=nil) @FolderId = folderid @FolderName = foldername end |
Instance Attribute Details
#FolderId ⇒ Object
5773 5774 5775 |
# File 'lib/v20190422/models.rb', line 5773 def FolderId @FolderId end |
#FolderName ⇒ Object
5773 5774 5775 |
# File 'lib/v20190422/models.rb', line 5773 def FolderName @FolderName end |
Instance Method Details
#deserialize(params) ⇒ Object
5780 5781 5782 5783 |
# File 'lib/v20190422/models.rb', line 5780 def deserialize(params) @FolderId = params['FolderId'] @FolderName = params['FolderName'] end |