Class: RenameCustomFieldDefRequestType

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

Overview

urn:vim25RenameCustomFieldDefRequestType

m__this - ManagedObjectReference
key - SOAP::SOAPInt
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#keyObject

Returns the value of attribute key.



33775
33776
33777
# File 'lib/vmware/soap/vim25.rb', line 33775

def key
  @key
end

#nameObject

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__thisObject



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