Class: DestroyChildrenRequestType
- Inherits:
-
Object
- Object
- DestroyChildrenRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DestroyChildrenRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ DestroyChildrenRequestType
constructor
A new instance of DestroyChildrenRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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__this ⇒ Object
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 |