# coding=utf8
# Copyright 2018 JDCLOUD.COM
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This class is auto generated by the jdcloud code generator program.
[docs]class RegionIndustryData(object):
def __init__(self, region=None, industry=None, firstIndex=None, secondIndex=None, dateTime=None, dateType=None, indexValue=None, valueUnit=None, attrType=None, attrValue=None, attrValueExt=None):
"""
:param region: (Optional) 区域
:param industry: (Optional) 行业
:param firstIndex: (Optional) 一级指标
:param secondIndex: (Optional) 二级指标
:param dateTime: (Optional) 日期
:param dateType: (Optional) 日期类型(月、天)
:param indexValue: (Optional) 指标数值
:param valueUnit: (Optional) 数值单位
:param attrType: (Optional) 属性类别
:param attrValue: (Optional) 属性值
:param attrValueExt: (Optional) 属性值扩展内容
"""
self.region = region
self.industry = industry
self.firstIndex = firstIndex
self.secondIndex = secondIndex
self.dateTime = dateTime
self.dateType = dateType
self.indexValue = indexValue
self.valueUnit = valueUnit
self.attrType = attrType
self.attrValue = attrValue
self.attrValueExt = attrValueExt