Method: DiagnosticManagerLogDescriptor#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, fileName = nil, creator = nil, format = nil, mimeType = nil, info = nil) ⇒ DiagnosticManagerLogDescriptor
Returns a new instance of DiagnosticManagerLogDescriptor.
1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 |
# File 'lib/vmware/soap/vim25.rb', line 1117 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, fileName = nil, creator = nil, format = nil, mimeType = nil, info = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @fileName = fileName @creator = creator @format = format @mimeType = mimeType @info = info end |