Class: TencentCloud::Cwp::V20180228::AssetAppProcessInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::AssetAppProcessInfo
- Defined in:
- lib/v20180228/models.rb
Overview
软件应用关联进程信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, status = nil, version = nil, path = nil, user = nil, starttime = nil) ⇒ AssetAppProcessInfo
constructor
A new instance of AssetAppProcessInfo.
Constructor Details
#initialize(name = nil, status = nil, version = nil, path = nil, user = nil, starttime = nil) ⇒ AssetAppProcessInfo
Returns a new instance of AssetAppProcessInfo.
260 261 262 263 264 265 266 267 |
# File 'lib/v20180228/models.rb', line 260 def initialize(name=nil, status=nil, version=nil, path=nil, user=nil, starttime=nil) @Name = name @Status = status @Version = version @Path = path @User = user @StartTime = starttime end |
Instance Attribute Details
#Name ⇒ Object
258 259 260 |
# File 'lib/v20180228/models.rb', line 258 def Name @Name end |
#Path ⇒ Object
258 259 260 |
# File 'lib/v20180228/models.rb', line 258 def Path @Path end |
#StartTime ⇒ Object
258 259 260 |
# File 'lib/v20180228/models.rb', line 258 def StartTime @StartTime end |
#Status ⇒ Object
258 259 260 |
# File 'lib/v20180228/models.rb', line 258 def Status @Status end |
#User ⇒ Object
258 259 260 |
# File 'lib/v20180228/models.rb', line 258 def User @User end |
#Version ⇒ Object
258 259 260 |
# File 'lib/v20180228/models.rb', line 258 def Version @Version end |
Instance Method Details
#deserialize(params) ⇒ Object
269 270 271 272 273 274 275 276 |
# File 'lib/v20180228/models.rb', line 269 def deserialize(params) @Name = params['Name'] @Status = params['Status'] @Version = params['Version'] @Path = params['Path'] @User = params['User'] @StartTime = params['StartTime'] end |