Class: TencentCloud::Bma::V20210624::BrandData
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20210624::BrandData
- Defined in:
- lib/v20210624/models.rb
Overview
商标信息
Instance Attribute Summary collapse
- #BrandCertificateName ⇒ Object
- #BrandName ⇒ Object
- #BrandNote ⇒ Object
- #BrandStatus ⇒ Object
- #TransferName ⇒ Object
- #TransferNote ⇒ Object
- #TransferStatus ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(brandname = nil, brandcertificatename = nil, brandstatus = nil, brandnote = nil, transfername = nil, transferstatus = nil, transfernote = nil) ⇒ BrandData
constructor
A new instance of BrandData.
Constructor Details
#initialize(brandname = nil, brandcertificatename = nil, brandstatus = nil, brandnote = nil, transfername = nil, transferstatus = nil, transfernote = nil) ⇒ BrandData
Returns a new instance of BrandData.
39 40 41 42 43 44 45 46 47 |
# File 'lib/v20210624/models.rb', line 39 def initialize(brandname=nil, brandcertificatename=nil, brandstatus=nil, brandnote=nil, transfername=nil, transferstatus=nil, transfernote=nil) @BrandName = brandname @BrandCertificateName = brandcertificatename @BrandStatus = brandstatus @BrandNote = brandnote @TransferName = transfername @TransferStatus = transferstatus @TransferNote = transfernote end |
Instance Attribute Details
#BrandCertificateName ⇒ Object
37 38 39 |
# File 'lib/v20210624/models.rb', line 37 def BrandCertificateName @BrandCertificateName end |
#BrandName ⇒ Object
37 38 39 |
# File 'lib/v20210624/models.rb', line 37 def BrandName @BrandName end |
#BrandNote ⇒ Object
37 38 39 |
# File 'lib/v20210624/models.rb', line 37 def BrandNote @BrandNote end |
#BrandStatus ⇒ Object
37 38 39 |
# File 'lib/v20210624/models.rb', line 37 def BrandStatus @BrandStatus end |
#TransferName ⇒ Object
37 38 39 |
# File 'lib/v20210624/models.rb', line 37 def TransferName @TransferName end |
#TransferNote ⇒ Object
37 38 39 |
# File 'lib/v20210624/models.rb', line 37 def TransferNote @TransferNote end |
#TransferStatus ⇒ Object
37 38 39 |
# File 'lib/v20210624/models.rb', line 37 def TransferStatus @TransferStatus end |
Instance Method Details
#deserialize(params) ⇒ Object
49 50 51 52 53 54 55 56 57 |
# File 'lib/v20210624/models.rb', line 49 def deserialize(params) @BrandName = params['BrandName'] @BrandCertificateName = params['BrandCertificateName'] @BrandStatus = params['BrandStatus'] @BrandNote = params['BrandNote'] @TransferName = params['TransferName'] @TransferStatus = params['TransferStatus'] @TransferNote = params['TransferNote'] end |