Class: TencentCloud::Cwp::V20180228::BaselineDetail
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::BaselineDetail
- Defined in:
- lib/v20180228/models.rb
Overview
基线详情
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(description = nil, level = nil, packagename = nil, parentid = nil, name = nil) ⇒ BaselineDetail
constructor
A new instance of BaselineDetail.
Constructor Details
#initialize(description = nil, level = nil, packagename = nil, parentid = nil, name = nil) ⇒ BaselineDetail
Returns a new instance of BaselineDetail.
2886 2887 2888 2889 2890 2891 2892 |
# File 'lib/v20180228/models.rb', line 2886 def initialize(description=nil, level=nil, packagename=nil, parentid=nil, name=nil) @Description = description @Level = level @PackageName = packagename @ParentId = parentid @Name = name end |
Instance Attribute Details
#Description ⇒ Object
2884 2885 2886 |
# File 'lib/v20180228/models.rb', line 2884 def Description @Description end |
#Level ⇒ Object
2884 2885 2886 |
# File 'lib/v20180228/models.rb', line 2884 def Level @Level end |
#Name ⇒ Object
2884 2885 2886 |
# File 'lib/v20180228/models.rb', line 2884 def Name @Name end |
#PackageName ⇒ Object
2884 2885 2886 |
# File 'lib/v20180228/models.rb', line 2884 def PackageName @PackageName end |
#ParentId ⇒ Object
2884 2885 2886 |
# File 'lib/v20180228/models.rb', line 2884 def ParentId @ParentId end |
Instance Method Details
#deserialize(params) ⇒ Object
2894 2895 2896 2897 2898 2899 2900 |
# File 'lib/v20180228/models.rb', line 2894 def deserialize(params) @Description = params['Description'] @Level = params['Level'] @PackageName = params['PackageName'] @ParentId = params['ParentId'] @Name = params['Name'] end |