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
1275 1276 1277 1278 |
# File 'lib/v20190319/models.rb', line 1275 def initialize(issuccess=nil, requestid=nil) @IsSuccess = issuccess @RequestId = requestid end |
Instance Attribute Details
#IsSuccess ⇒ Object
1273 1274 1275 |
# File 'lib/v20190319/models.rb', line 1273 def IsSuccess @IsSuccess end |
#RequestId ⇒ Object
1273 1274 1275 |
# File 'lib/v20190319/models.rb', line 1273 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1280 1281 1282 1283 |
# File 'lib/v20190319/models.rb', line 1280 def deserialize(params) @IsSuccess = params['IsSuccess'] @RequestId = params['RequestId'] end |