Class: TencentCloud::Cpdp::V20190820::UploadTaxListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::UploadTaxListRequest
- Defined in:
- lib/v20190820/models.rb
Overview
UploadTaxList请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(channel = nil, beginmonth = nil, endmonth = nil, fileurl = nil) ⇒ UploadTaxListRequest
constructor
A new instance of UploadTaxListRequest.
Constructor Details
#initialize(channel = nil, beginmonth = nil, endmonth = nil, fileurl = nil) ⇒ UploadTaxListRequest
Returns a new instance of UploadTaxListRequest.
27695 27696 27697 27698 27699 27700 |
# File 'lib/v20190820/models.rb', line 27695 def initialize(channel=nil, beginmonth=nil, endmonth=nil, fileurl=nil) @Channel = channel @BeginMonth = beginmonth @EndMonth = endmonth @FileUrl = fileurl end |
Instance Attribute Details
#BeginMonth ⇒ Object
27693 27694 27695 |
# File 'lib/v20190820/models.rb', line 27693 def BeginMonth @BeginMonth end |
#Channel ⇒ Object
27693 27694 27695 |
# File 'lib/v20190820/models.rb', line 27693 def Channel @Channel end |
#EndMonth ⇒ Object
27693 27694 27695 |
# File 'lib/v20190820/models.rb', line 27693 def EndMonth @EndMonth end |
#FileUrl ⇒ Object
27693 27694 27695 |
# File 'lib/v20190820/models.rb', line 27693 def FileUrl @FileUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
27702 27703 27704 27705 27706 27707 |
# File 'lib/v20190820/models.rb', line 27702 def deserialize(params) @Channel = params['Channel'] @BeginMonth = params['BeginMonth'] @EndMonth = params['EndMonth'] @FileUrl = params['FileUrl'] end |