Method: VmSnapshotFileInfo#initialize

Defined in:
lib/vmware/soap/vim25.rb

#initialize(dynamicType = nil, dynamicProperty = [], path = nil, fileSize = nil, modification = nil) ⇒ VmSnapshotFileInfo

Returns a new instance of VmSnapshotFileInfo.



17638
17639
17640
17641
17642
17643
17644
# File 'lib/vmware/soap/vim25.rb', line 17638

def initialize(dynamicType = nil, dynamicProperty = [], path = nil, fileSize = nil, modification = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @path = path
  @fileSize = fileSize
  @modification = modification
end