Class: TencentCloud::Bma::V20210624::CreateBPOfflineAttachmentRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20210624::CreateBPOfflineAttachmentRequest
- Defined in:
- lib/v20210624/models.rb
Overview
CreateBPOfflineAttachment请求参数结构体
Instance Attribute Summary collapse
- #AuthorizationName ⇒ Object
- #BrandCertificateName ⇒ Object
- #BrandName ⇒ Object
- #TransferName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(brandname = nil, brandcertificatename = nil, transfername = nil, authorizationname = nil) ⇒ CreateBPOfflineAttachmentRequest
constructor
A new instance of CreateBPOfflineAttachmentRequest.
Constructor Details
#initialize(brandname = nil, brandcertificatename = nil, transfername = nil, authorizationname = nil) ⇒ CreateBPOfflineAttachmentRequest
Returns a new instance of CreateBPOfflineAttachmentRequest.
149 150 151 152 153 154 |
# File 'lib/v20210624/models.rb', line 149 def initialize(brandname=nil, brandcertificatename=nil, transfername=nil, =nil) @BrandName = brandname @BrandCertificateName = brandcertificatename @TransferName = transfername @AuthorizationName = end |
Instance Attribute Details
#AuthorizationName ⇒ Object
147 148 149 |
# File 'lib/v20210624/models.rb', line 147 def AuthorizationName @AuthorizationName end |
#BrandCertificateName ⇒ Object
147 148 149 |
# File 'lib/v20210624/models.rb', line 147 def BrandCertificateName @BrandCertificateName end |
#BrandName ⇒ Object
147 148 149 |
# File 'lib/v20210624/models.rb', line 147 def BrandName @BrandName end |
#TransferName ⇒ Object
147 148 149 |
# File 'lib/v20210624/models.rb', line 147 def TransferName @TransferName end |
Instance Method Details
#deserialize(params) ⇒ Object
156 157 158 159 160 161 |
# File 'lib/v20210624/models.rb', line 156 def deserialize(params) @BrandName = params['BrandName'] @BrandCertificateName = params['BrandCertificateName'] @TransferName = params['TransferName'] @AuthorizationName = params['AuthorizationName'] end |