Class: RemoveCustomFieldDefRequestType
- Inherits:
-
Object
- Object
- RemoveCustomFieldDefRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RemoveCustomFieldDefRequestType
m__this - ManagedObjectReference
key - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
Instance Method Summary collapse
-
#initialize(v__this = nil, key = nil) ⇒ RemoveCustomFieldDefRequestType
constructor
A new instance of RemoveCustomFieldDefRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#key ⇒ Object
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__this ⇒ Object
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 |