Class: TencentCloud::Monitor::V20180724::CreatePrometheusScrapeJobResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::CreatePrometheusScrapeJobResponse
- Defined in:
- lib/v20180724/models.rb
Overview
CreatePrometheusScrapeJob返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(jobid = nil, requestid = nil) ⇒ CreatePrometheusScrapeJobResponse
constructor
A new instance of CreatePrometheusScrapeJobResponse.
Constructor Details
#initialize(jobid = nil, requestid = nil) ⇒ CreatePrometheusScrapeJobResponse
Returns a new instance of CreatePrometheusScrapeJobResponse.
2996 2997 2998 2999 |
# File 'lib/v20180724/models.rb', line 2996 def initialize(jobid=nil, requestid=nil) @JobId = jobid @RequestId = requestid end |
Instance Attribute Details
#JobId ⇒ Object
2994 2995 2996 |
# File 'lib/v20180724/models.rb', line 2994 def JobId @JobId end |
#RequestId ⇒ Object
2994 2995 2996 |
# File 'lib/v20180724/models.rb', line 2994 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3001 3002 3003 3004 |
# File 'lib/v20180724/models.rb', line 3001 def deserialize(params) @JobId = params['JobId'] @RequestId = params['RequestId'] end |