Class: TencentCloud::Cloudaudit::V20190319::StopLoggingResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cloudaudit::V20190319::StopLoggingResponse
- Defined in:
- lib/v20190319/models.rb
Overview
StopLogging返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(issuccess = nil, requestid = nil) ⇒ StopLoggingResponse
constructor
A new instance of StopLoggingResponse.
Constructor Details
#initialize(issuccess = nil, requestid = nil) ⇒ StopLoggingResponse
Returns a new instance of StopLoggingResponse.
1292 1293 1294 1295 |
# File 'lib/v20190319/models.rb', line 1292 def initialize(issuccess=nil, requestid=nil) @IsSuccess = issuccess @RequestId = requestid end |
Instance Attribute Details
#IsSuccess ⇒ Object
1290 1291 1292 |
# File 'lib/v20190319/models.rb', line 1290 def IsSuccess @IsSuccess end |
#RequestId ⇒ Object
1290 1291 1292 |
# File 'lib/v20190319/models.rb', line 1290 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1297 1298 1299 1300 |
# File 'lib/v20190319/models.rb', line 1297 def deserialize(params) @IsSuccess = params['IsSuccess'] @RequestId = params['RequestId'] end |