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.
1289 1290 1291 1292 |
# File 'lib/v20190319/models.rb', line 1289 def initialize(issuccess=nil, requestid=nil) @IsSuccess = issuccess @RequestId = requestid end |
Instance Attribute Details
#IsSuccess ⇒ Object
1287 1288 1289 |
# File 'lib/v20190319/models.rb', line 1287 def IsSuccess @IsSuccess end |
#RequestId ⇒ Object
1287 1288 1289 |
# File 'lib/v20190319/models.rb', line 1287 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1294 1295 1296 1297 |
# File 'lib/v20190319/models.rb', line 1294 def deserialize(params) @IsSuccess = params['IsSuccess'] @RequestId = params['RequestId'] end |