Class: RemoveScheduledTaskRequestType

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

Overview

urn:vim25RemoveScheduledTaskRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ RemoveScheduledTaskRequestType

Returns a new instance of RemoveScheduledTaskRequestType.



40022
40023
40024
# File 'lib/vmware/soap/vim25.rb', line 40022

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

Instance Method Details

#m__thisObject



40014
40015
40016
# File 'lib/vmware/soap/vim25.rb', line 40014

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



40018
40019
40020
# File 'lib/vmware/soap/vim25.rb', line 40018

def m__this=(value)
  @v__this = value
end