Class: RefreshRecommendationRequestType

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

Overview

urn:vim25RefreshRecommendationRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ RefreshRecommendationRequestType

Returns a new instance of RefreshRecommendationRequestType.



33685
33686
33687
# File 'lib/vmware/soap/vim25.rb', line 33685

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

Instance Method Details

#m__thisObject



33677
33678
33679
# File 'lib/vmware/soap/vim25.rb', line 33677

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



33681
33682
33683
# File 'lib/vmware/soap/vim25.rb', line 33681

def m__this=(value)
  @v__this = value
end