Class: DestroyPropertyFilterRequestType

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

Overview

urn:vim25DestroyPropertyFilterRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ DestroyPropertyFilterRequestType

Returns a new instance of DestroyPropertyFilterRequestType.



29022
29023
29024
# File 'lib/vmware/soap/vim25.rb', line 29022

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

Instance Method Details

#m__thisObject



29014
29015
29016
# File 'lib/vmware/soap/vim25.rb', line 29014

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



29018
29019
29020
# File 'lib/vmware/soap/vim25.rb', line 29018

def m__this=(value)
  @v__this = value
end