Class: TencentCloud::Apm::V20210622::DescribeApmVulnerabilityCountRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apm::V20210622::DescribeApmVulnerabilityCountRequest
- Defined in:
- lib/v20210622/models.rb
Overview
DescribeApmVulnerabilityCount请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, servicename = nil, starttime = nil, endtime = nil, type = nil) ⇒ DescribeApmVulnerabilityCountRequest
constructor
A new instance of DescribeApmVulnerabilityCountRequest.
Constructor Details
#initialize(instanceid = nil, servicename = nil, starttime = nil, endtime = nil, type = nil) ⇒ DescribeApmVulnerabilityCountRequest
Returns a new instance of DescribeApmVulnerabilityCountRequest.
1993 1994 1995 1996 1997 1998 1999 |
# File 'lib/v20210622/models.rb', line 1993 def initialize(instanceid=nil, servicename=nil, starttime=nil, endtime=nil, type=nil) @InstanceId = instanceid @ServiceName = servicename @StartTime = starttime @EndTime = endtime @Type = type end |
Instance Attribute Details
#EndTime ⇒ Object
1991 1992 1993 |
# File 'lib/v20210622/models.rb', line 1991 def EndTime @EndTime end |
#InstanceId ⇒ Object
1991 1992 1993 |
# File 'lib/v20210622/models.rb', line 1991 def InstanceId @InstanceId end |
#ServiceName ⇒ Object
1991 1992 1993 |
# File 'lib/v20210622/models.rb', line 1991 def ServiceName @ServiceName end |
#StartTime ⇒ Object
1991 1992 1993 |
# File 'lib/v20210622/models.rb', line 1991 def StartTime @StartTime end |
#Type ⇒ Object
1991 1992 1993 |
# File 'lib/v20210622/models.rb', line 1991 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
2001 2002 2003 2004 2005 2006 2007 |
# File 'lib/v20210622/models.rb', line 2001 def deserialize(params) @InstanceId = params['InstanceId'] @ServiceName = params['ServiceName'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Type = params['Type'] end |