Class: TencentCloud::Youmall::V20180228::DescribeNetworkInfoRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::DescribeNetworkInfoRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeNetworkInfo请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(time = nil, companyid = nil, shopid = nil) ⇒ DescribeNetworkInfoRequest
constructor
A new instance of DescribeNetworkInfoRequest.
Constructor Details
#initialize(time = nil, companyid = nil, shopid = nil) ⇒ DescribeNetworkInfoRequest
Returns a new instance of DescribeNetworkInfoRequest.
652 653 654 655 656 |
# File 'lib/v20180228/models.rb', line 652 def initialize(time=nil, companyid=nil, shopid=nil) @Time = time @CompanyId = companyid @ShopId = shopid end |
Instance Attribute Details
#CompanyId ⇒ Object
650 651 652 |
# File 'lib/v20180228/models.rb', line 650 def CompanyId @CompanyId end |
#ShopId ⇒ Object
650 651 652 |
# File 'lib/v20180228/models.rb', line 650 def ShopId @ShopId end |
#Time ⇒ Object
650 651 652 |
# File 'lib/v20180228/models.rb', line 650 def Time @Time end |
Instance Method Details
#deserialize(params) ⇒ Object
658 659 660 661 662 |
# File 'lib/v20180228/models.rb', line 658 def deserialize(params) @Time = params['Time'] @CompanyId = params['CompanyId'] @ShopId = params['ShopId'] end |