Class: TencentCloud::Ssl::V20191205::BatchDeleteFail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssl::V20191205::BatchDeleteFail
- Defined in:
- lib/v20191205/models.rb
Overview
批量删除失败的项
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(certid = nil, msg = nil) ⇒ BatchDeleteFail
constructor
A new instance of BatchDeleteFail.
Constructor Details
#initialize(certid = nil, msg = nil) ⇒ BatchDeleteFail
Returns a new instance of BatchDeleteFail.
191 192 193 194 |
# File 'lib/v20191205/models.rb', line 191 def initialize(certid=nil, msg=nil) @CertId = certid @Msg = msg end |
Instance Attribute Details
#CertId ⇒ Object
189 190 191 |
# File 'lib/v20191205/models.rb', line 189 def CertId @CertId end |
#Msg ⇒ Object
189 190 191 |
# File 'lib/v20191205/models.rb', line 189 def Msg @Msg end |
Instance Method Details
#deserialize(params) ⇒ Object
196 197 198 199 |
# File 'lib/v20191205/models.rb', line 196 def deserialize(params) @CertId = params['CertId'] @Msg = params['Msg'] end |