Class: RenameCustomFieldDefRequestType
- Inherits:
-
Object
- Object
- RenameCustomFieldDefRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RenameCustomFieldDefRequestType
m__this - ManagedObjectReference
key - SOAP::SOAPInt
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(v__this = nil, key = nil, name = nil) ⇒ RenameCustomFieldDefRequestType
constructor
A new instance of RenameCustomFieldDefRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, key = nil, name = nil) ⇒ RenameCustomFieldDefRequestType
Returns a new instance of RenameCustomFieldDefRequestType.
33786 33787 33788 33789 33790 |
# File 'lib/vmware/soap/vim25.rb', line 33786 def initialize(v__this = nil, key = nil, name = nil) @v__this = v__this @key = key @name = name end |
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
33775 33776 33777 |
# File 'lib/vmware/soap/vim25.rb', line 33775 def key @key end |
#name ⇒ Object
Returns the value of attribute name.
33776 33777 33778 |
# File 'lib/vmware/soap/vim25.rb', line 33776 def name @name end |
Instance Method Details
#m__this ⇒ Object
33778 33779 33780 |
# File 'lib/vmware/soap/vim25.rb', line 33778 def m__this @v__this end |
#m__this=(value) ⇒ Object
33782 33783 33784 |
# File 'lib/vmware/soap/vim25.rb', line 33782 def m__this=(value) @v__this = value end |