Method: VmConfigFileQueryFlags#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], configVersion = nil) ⇒ VmConfigFileQueryFlags
Returns a new instance of VmConfigFileQueryFlags.
17908 17909 17910 17911 17912 |
# File 'lib/vmware/soap/vim25.rb', line 17908 def initialize(dynamicType = nil, dynamicProperty = [], configVersion = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @configVersion = configVersion end |