Class: TencentCloud::Bma::V20221115::CreateBPBrandResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20221115::CreateBPBrandResponse
- Defined in:
- lib/v20221115/models.rb
Overview
CreateBPBrand返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(companyid = nil, requestid = nil) ⇒ CreateBPBrandResponse
constructor
A new instance of CreateBPBrandResponse.
Constructor Details
#initialize(companyid = nil, requestid = nil) ⇒ CreateBPBrandResponse
Returns a new instance of CreateBPBrandResponse.
179 180 181 182 |
# File 'lib/v20221115/models.rb', line 179 def initialize(companyid=nil, requestid=nil) @CompanyId = companyid @RequestId = requestid end |
Instance Attribute Details
#CompanyId ⇒ Object
177 178 179 |
# File 'lib/v20221115/models.rb', line 177 def CompanyId @CompanyId end |
#RequestId ⇒ Object
177 178 179 |
# File 'lib/v20221115/models.rb', line 177 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
184 185 186 187 |
# File 'lib/v20221115/models.rb', line 184 def deserialize(params) @CompanyId = params['CompanyId'] @RequestId = params['RequestId'] end |