Class: TencentCloud::Bma::V20210624::UpdateCRWorkRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20210624::UpdateCRWorkRequest
- Defined in:
- lib/v20210624/models.rb
Overview
UpdateCRWork请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(workid = nil, contenttype = nil, content = nil, certtype = nil) ⇒ UpdateCRWorkRequest
constructor
A new instance of UpdateCRWorkRequest.
Constructor Details
#initialize(workid = nil, contenttype = nil, content = nil, certtype = nil) ⇒ UpdateCRWorkRequest
Returns a new instance of UpdateCRWorkRequest.
2220 2221 2222 2223 2224 2225 |
# File 'lib/v20210624/models.rb', line 2220 def initialize(workid=nil, contenttype=nil, content=nil, certtype=nil) @WorkId = workid @ContentType = contenttype @Content = content @CertType = certtype end |
Instance Attribute Details
#CertType ⇒ Object
2218 2219 2220 |
# File 'lib/v20210624/models.rb', line 2218 def CertType @CertType end |
#Content ⇒ Object
2218 2219 2220 |
# File 'lib/v20210624/models.rb', line 2218 def Content @Content end |
#ContentType ⇒ Object
2218 2219 2220 |
# File 'lib/v20210624/models.rb', line 2218 def ContentType @ContentType end |
#WorkId ⇒ Object
2218 2219 2220 |
# File 'lib/v20210624/models.rb', line 2218 def WorkId @WorkId end |
Instance Method Details
#deserialize(params) ⇒ Object
2227 2228 2229 2230 2231 2232 |
# File 'lib/v20210624/models.rb', line 2227 def deserialize(params) @WorkId = params['WorkId'] @ContentType = params['ContentType'] @Content = params['Content'] @CertType = params['CertType'] end |