Class: TencentCloud::Cdb::V20170320::CloseAuditServiceResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::CloseAuditServiceResponse
- Defined in:
- lib/v20170320/models.rb
Overview
CloseAuditService返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CloseAuditServiceResponse
constructor
A new instance of CloseAuditServiceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CloseAuditServiceResponse
Returns a new instance of CloseAuditServiceResponse.
1955 1956 1957 |
# File 'lib/v20170320/models.rb', line 1955 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1953 1954 1955 |
# File 'lib/v20170320/models.rb', line 1953 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1959 1960 1961 |
# File 'lib/v20170320/models.rb', line 1959 def deserialize(params) @RequestId = params['RequestId'] end |