Class: TencentCloud::Cpdp::V20190820::DistributeCancelRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::DistributeCancelRequest
- Defined in:
- lib/v20190820/models.rb
Overview
DistributeCancel请求参数结构体
Instance Attribute Summary collapse
- #DistributeNo ⇒ Object
- #OpenId ⇒ Object
- #OpenKey ⇒ Object
- #OrderNo ⇒ Object
- #OutDistributeNo ⇒ Object
- #Profile ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(openid = nil, openkey = nil, orderno = nil, outdistributeno = nil, distributeno = nil, profile = nil) ⇒ DistributeCancelRequest
constructor
A new instance of DistributeCancelRequest.
Constructor Details
#initialize(openid = nil, openkey = nil, orderno = nil, outdistributeno = nil, distributeno = nil, profile = nil) ⇒ DistributeCancelRequest
Returns a new instance of DistributeCancelRequest.
9885 9886 9887 9888 9889 9890 9891 9892 |
# File 'lib/v20190820/models.rb', line 9885 def initialize(openid=nil, openkey=nil, orderno=nil, outdistributeno=nil, distributeno=nil, profile=nil) @OpenId = openid @OpenKey = openkey @OrderNo = orderno @OutDistributeNo = outdistributeno @DistributeNo = distributeno @Profile = profile end |
Instance Attribute Details
#DistributeNo ⇒ Object
9883 9884 9885 |
# File 'lib/v20190820/models.rb', line 9883 def DistributeNo @DistributeNo end |
#OpenId ⇒ Object
9883 9884 9885 |
# File 'lib/v20190820/models.rb', line 9883 def OpenId @OpenId end |
#OpenKey ⇒ Object
9883 9884 9885 |
# File 'lib/v20190820/models.rb', line 9883 def OpenKey @OpenKey end |
#OrderNo ⇒ Object
9883 9884 9885 |
# File 'lib/v20190820/models.rb', line 9883 def OrderNo @OrderNo end |
#OutDistributeNo ⇒ Object
9883 9884 9885 |
# File 'lib/v20190820/models.rb', line 9883 def OutDistributeNo @OutDistributeNo end |
#Profile ⇒ Object
9883 9884 9885 |
# File 'lib/v20190820/models.rb', line 9883 def Profile @Profile end |
Instance Method Details
#deserialize(params) ⇒ Object
9894 9895 9896 9897 9898 9899 9900 9901 |
# File 'lib/v20190820/models.rb', line 9894 def deserialize(params) @OpenId = params['OpenId'] @OpenKey = params['OpenKey'] @OrderNo = params['OrderNo'] @OutDistributeNo = params['OutDistributeNo'] @DistributeNo = params['DistributeNo'] @Profile = params['Profile'] end |