Method: SetCustomValueRequestType#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(v__this = nil, key = nil, value = nil) ⇒ SetCustomValueRequestType
Returns a new instance of SetCustomValueRequestType.
34296 34297 34298 34299 34300 |
# File 'lib/vmware/soap/vim25.rb', line 34296 def initialize(v__this = nil, key = nil, value = nil) @v__this = v__this @key = key @value = value end |