Class: RemoveCustomFieldDefRequestType

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

Overview

urn:vim25RemoveCustomFieldDefRequestType

m__this - ManagedObjectReference
key - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, key = nil) ⇒ RemoveCustomFieldDefRequestType

Returns a new instance of RemoveCustomFieldDefRequestType.



33764
33765
33766
33767
# File 'lib/vmware/soap/vim25.rb', line 33764

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

Instance Attribute Details

#keyObject

Returns the value of attribute key.



33754
33755
33756
# File 'lib/vmware/soap/vim25.rb', line 33754

def key
  @key
end

Instance Method Details

#m__thisObject



33756
33757
33758
# File 'lib/vmware/soap/vim25.rb', line 33756

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



33760
33761
33762
# File 'lib/vmware/soap/vim25.rb', line 33760

def m__this=(value)
  @v__this = value
end