Class: TencentCloud::Youmall::V20180228::DescribeZoneFlowAgeInfoByZoneIdResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::DescribeZoneFlowAgeInfoByZoneIdResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeZoneFlowAgeInfoByZoneId返回参数结构体
Instance Attribute Summary collapse
- #CompanyId ⇒ Object
- #Data ⇒ Object
- #RequestId ⇒ Object
- #ShopId ⇒ Object
- #ZoneId ⇒ Object
- #ZoneName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(companyid = nil, shopid = nil, zoneid = nil, zonename = nil, data = nil, requestid = nil) ⇒ DescribeZoneFlowAgeInfoByZoneIdResponse
constructor
A new instance of DescribeZoneFlowAgeInfoByZoneIdResponse.
Constructor Details
#initialize(companyid = nil, shopid = nil, zoneid = nil, zonename = nil, data = nil, requestid = nil) ⇒ DescribeZoneFlowAgeInfoByZoneIdResponse
Returns a new instance of DescribeZoneFlowAgeInfoByZoneIdResponse.
1511 1512 1513 1514 1515 1516 1517 1518 |
# File 'lib/v20180228/models.rb', line 1511 def initialize(companyid=nil, shopid=nil, zoneid=nil, zonename=nil, data=nil, requestid=nil) @CompanyId = companyid @ShopId = shopid @ZoneId = zoneid @ZoneName = zonename @Data = data @RequestId = requestid end |
Instance Attribute Details
#CompanyId ⇒ Object
1509 1510 1511 |
# File 'lib/v20180228/models.rb', line 1509 def CompanyId @CompanyId end |
#Data ⇒ Object
1509 1510 1511 |
# File 'lib/v20180228/models.rb', line 1509 def Data @Data end |
#RequestId ⇒ Object
1509 1510 1511 |
# File 'lib/v20180228/models.rb', line 1509 def RequestId @RequestId end |
#ShopId ⇒ Object
1509 1510 1511 |
# File 'lib/v20180228/models.rb', line 1509 def ShopId @ShopId end |
#ZoneId ⇒ Object
1509 1510 1511 |
# File 'lib/v20180228/models.rb', line 1509 def ZoneId @ZoneId end |
#ZoneName ⇒ Object
1509 1510 1511 |
# File 'lib/v20180228/models.rb', line 1509 def ZoneName @ZoneName end |
Instance Method Details
#deserialize(params) ⇒ Object
1520 1521 1522 1523 1524 1525 1526 1527 |
# File 'lib/v20180228/models.rb', line 1520 def deserialize(params) @CompanyId = params['CompanyId'] @ShopId = params['ShopId'] @ZoneId = params['ZoneId'] @ZoneName = params['ZoneName'] @Data = params['Data'] @RequestId = params['RequestId'] end |