Class: TencentCloud::Cpdp::V20190820::UploadTaxListResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::UploadTaxListResponse
- Defined in:
- lib/v20190820/models.rb
Overview
UploadTaxList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taxid = nil, requestid = nil) ⇒ UploadTaxListResponse
constructor
A new instance of UploadTaxListResponse.
Constructor Details
#initialize(taxid = nil, requestid = nil) ⇒ UploadTaxListResponse
Returns a new instance of UploadTaxListResponse.
27719 27720 27721 27722 |
# File 'lib/v20190820/models.rb', line 27719 def initialize(taxid=nil, requestid=nil) @TaxId = taxid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
27717 27718 27719 |
# File 'lib/v20190820/models.rb', line 27717 def RequestId @RequestId end |
#TaxId ⇒ Object
27717 27718 27719 |
# File 'lib/v20190820/models.rb', line 27717 def TaxId @TaxId end |
Instance Method Details
#deserialize(params) ⇒ Object
27724 27725 27726 27727 |
# File 'lib/v20190820/models.rb', line 27724 def deserialize(params) @TaxId = params['TaxId'] @RequestId = params['RequestId'] end |