Class: UpdateServiceMessageRequestType
- Inherits:
-
Object
- Object
- UpdateServiceMessageRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdateServiceMessageRequestType
m__this - ManagedObjectReference
- SOAP::SOAPString
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(v__this = nil, message = nil) ⇒ UpdateServiceMessageRequestType
constructor
A new instance of UpdateServiceMessageRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, message = nil) ⇒ UpdateServiceMessageRequestType
Returns a new instance of UpdateServiceMessageRequestType.
35999 36000 36001 36002 |
# File 'lib/vmware/soap/vim25.rb', line 35999 def initialize(v__this = nil, = nil) @v__this = v__this @message = end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
35989 35990 35991 |
# File 'lib/vmware/soap/vim25.rb', line 35989 def @message end |
Instance Method Details
#m__this ⇒ Object
35991 35992 35993 |
# File 'lib/vmware/soap/vim25.rb', line 35991 def m__this @v__this end |
#m__this=(value) ⇒ Object
35995 35996 35997 |
# File 'lib/vmware/soap/vim25.rb', line 35995 def m__this=(value) @v__this = value end |