Method: RemovePerfIntervalRequestType#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(v__this = nil, samplePeriod = nil) ⇒ RemovePerfIntervalRequestType
Returns a new instance of RemovePerfIntervalRequestType.
35591 35592 35593 35594 |
# File 'lib/vmware/soap/vim25.rb', line 35591 def initialize(v__this = nil, samplePeriod = nil) @v__this = v__this @samplePeriod = samplePeriod end |