Method: FindByDatastorePathRequestType#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(v__this = nil, datacenter = nil, path = nil) ⇒ FindByDatastorePathRequestType
Returns a new instance of FindByDatastorePathRequestType.
35769 35770 35771 35772 35773 |
# File 'lib/vmware/soap/vim25.rb', line 35769 def initialize(v__this = nil, datacenter = nil, path = nil) @v__this = v__this @datacenter = datacenter @path = path end |