Method: RemoveGroupRequestType#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(v__this = nil, groupName = nil) ⇒ RemoveGroupRequestType
Returns a new instance of RemoveGroupRequestType.
38545 38546 38547 38548 |
# File 'lib/vmware/soap/vim25.rb', line 38545 def initialize(v__this = nil, groupName = nil) @v__this = v__this @groupName = groupName end |