Class: RemoveGroupRequestType
- Inherits:
-
Object
- Object
- RemoveGroupRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RemoveGroupRequestType
m__this - ManagedObjectReference
groupName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#groupName ⇒ Object
Returns the value of attribute groupName.
Instance Method Summary collapse
-
#initialize(v__this = nil, groupName = nil) ⇒ RemoveGroupRequestType
constructor
A new instance of RemoveGroupRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, groupName = nil) ⇒ RemoveGroupRequestType
Returns a new instance of RemoveGroupRequestType.
38545 38546 38547 38548 |
# File 'lib/vmware/soap/vim25.rb', line 38545 def initialize(v__this = nil, groupName = nil) @v__this = v__this @groupName = groupName end |
Instance Attribute Details
#groupName ⇒ Object
Returns the value of attribute groupName.
38535 38536 38537 |
# File 'lib/vmware/soap/vim25.rb', line 38535 def groupName @groupName end |
Instance Method Details
#m__this ⇒ Object
38537 38538 38539 |
# File 'lib/vmware/soap/vim25.rb', line 38537 def m__this @v__this end |
#m__this=(value) ⇒ Object
38541 38542 38543 |
# File 'lib/vmware/soap/vim25.rb', line 38541 def m__this=(value) @v__this = value end |