Method: SnapshotRevertIssue#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], snapshotName = nil, event = [], errors = nil) ⇒ SnapshotRevertIssue
Returns a new instance of SnapshotRevertIssue.
31387 31388 31389 31390 31391 31392 31393 |
# File 'lib/vmware/soap/vim25.rb', line 31387 def initialize(dynamicType = nil, dynamicProperty = [], snapshotName = nil, event = [], errors = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @snapshotName = snapshotName @event = event @errors = errors end |