Class: TencentCloud::Cpdp::V20190820::AddShopResult
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::AddShopResult
- Defined in:
- lib/v20190820/models.rb
Overview
添加门店响应对象
Instance Attribute Summary collapse
-
#ShopNo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(shopno = nil) ⇒ AddShopResult
constructor
A new instance of AddShopResult.
Constructor Details
#initialize(shopno = nil) ⇒ AddShopResult
Returns a new instance of AddShopResult.
885 886 887 |
# File 'lib/v20190820/models.rb', line 885 def initialize(shopno=nil) @ShopNo = shopno end |
Instance Attribute Details
#ShopNo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
883 884 885 |
# File 'lib/v20190820/models.rb', line 883 def ShopNo @ShopNo end |
Instance Method Details
#deserialize(params) ⇒ Object
889 890 891 |
# File 'lib/v20190820/models.rb', line 889 def deserialize(params) @ShopNo = params['ShopNo'] end |