Method: DeleteFileRequestType#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(v__this = nil, datastorePath = nil) ⇒ DeleteFileRequestType
Returns a new instance of DeleteFileRequestType.
37795 37796 37797 37798 |
# File 'lib/vmware/soap/vim25.rb', line 37795 def initialize(v__this = nil, datastorePath = nil) @v__this = v__this @datastorePath = datastorePath end |