Class: DestroyChildrenRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25DestroyChildrenRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ DestroyChildrenRequestType

Returns a new instance of DestroyChildrenRequestType.



35722
35723
35724
# File 'lib/vmware/soap/vim25.rb', line 35722

def initialize(v__this = nil)
  @v__this = v__this
end

Instance Method Details

#m__thisObject



35714
35715
35716
# File 'lib/vmware/soap/vim25.rb', line 35714

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35718
35719
35720
# File 'lib/vmware/soap/vim25.rb', line 35718

def m__this=(value)
  @v__this = value
end