Class: TencentCloud::Bma::V20210624::CreateBPOfflineAttachmentResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20210624::CreateBPOfflineAttachmentResponse
- Defined in:
- lib/v20210624/models.rb
Overview
CreateBPOfflineAttachment返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateBPOfflineAttachmentResponse
constructor
A new instance of CreateBPOfflineAttachmentResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateBPOfflineAttachmentResponse
Returns a new instance of CreateBPOfflineAttachmentResponse.
171 172 173 |
# File 'lib/v20210624/models.rb', line 171 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
169 170 171 |
# File 'lib/v20210624/models.rb', line 169 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
175 176 177 |
# File 'lib/v20210624/models.rb', line 175 def deserialize(params) @RequestId = params['RequestId'] end |