Class: TencentCloud::Cls::V20201016::CreateShipperResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::CreateShipperResponse
- Defined in:
- lib/v20201016/models.rb
Overview
CreateShipper返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(shipperid = nil, requestid = nil) ⇒ CreateShipperResponse
constructor
A new instance of CreateShipperResponse.
Constructor Details
#initialize(shipperid = nil, requestid = nil) ⇒ CreateShipperResponse
Returns a new instance of CreateShipperResponse.
4677 4678 4679 4680 |
# File 'lib/v20201016/models.rb', line 4677 def initialize(shipperid=nil, requestid=nil) @ShipperId = shipperid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4675 4676 4677 |
# File 'lib/v20201016/models.rb', line 4675 def RequestId @RequestId end |
#ShipperId ⇒ Object
4675 4676 4677 |
# File 'lib/v20201016/models.rb', line 4675 def ShipperId @ShipperId end |
Instance Method Details
#deserialize(params) ⇒ Object
4682 4683 4684 4685 |
# File 'lib/v20201016/models.rb', line 4682 def deserialize(params) @ShipperId = params['ShipperId'] @RequestId = params['RequestId'] end |