Class: DestroyRequestType

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

Overview

urn:vim25DestroyRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ DestroyRequestType

Returns a new instance of DestroyRequestType.



35375
35376
35377
# File 'lib/vmware/soap/vim25.rb', line 35375

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

Instance Method Details

#m__thisObject



35367
35368
35369
# File 'lib/vmware/soap/vim25.rb', line 35367

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35371
35372
35373
# File 'lib/vmware/soap/vim25.rb', line 35371

def m__this=(value)
  @v__this = value
end