Class: RetrieveServiceContentRequestType

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

Overview

urn:vim25RetrieveServiceContentRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ RetrieveServiceContentRequestType

Returns a new instance of RetrieveServiceContentRequestType.



35906
35907
35908
# File 'lib/vmware/soap/vim25.rb', line 35906

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

Instance Method Details

#m__thisObject



35898
35899
35900
# File 'lib/vmware/soap/vim25.rb', line 35898

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35902
35903
35904
# File 'lib/vmware/soap/vim25.rb', line 35902

def m__this=(value)
  @v__this = value
end