Class: TencentCloud::Rum::V20210622::DescribeDataSetUrlStatisticsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rum::V20210622::DescribeDataSetUrlStatisticsRequest
- Defined in:
- lib/v20210622/models.rb
Overview
DescribeDataSetUrlStatistics请求参数结构体
Instance Attribute Summary collapse
- #Area ⇒ Object
- #Brand ⇒ Object
- #Browser ⇒ Object
- #CostType ⇒ Object
- #Device ⇒ Object
- #EndTime ⇒ Object
- #Engine ⇒ Object
- #Env ⇒ Object
- #ExtFirst ⇒ Object
- #ExtSecond ⇒ Object
- #ExtThird ⇒ Object
- #From ⇒ Object
- #ID ⇒ Object
- #IsAbroad ⇒ Object
- #Isp ⇒ Object
- #Level ⇒ Object
- #NetType ⇒ Object
- #Os ⇒ Object
- #PackageType ⇒ Object
- #Platform ⇒ Object
- #StartTime ⇒ Object
- #Type ⇒ Object
- #VersionNum ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(starttime = nil, type = nil, endtime = nil, id = nil, extsecond = nil, engine = nil, isp = nil, from = nil, level = nil, brand = nil, area = nil, versionnum = nil, platform = nil, extthird = nil, extfirst = nil, nettype = nil, device = nil, isabroad = nil, os = nil, browser = nil, costtype = nil, env = nil, packagetype = nil) ⇒ DescribeDataSetUrlStatisticsRequest
constructor
A new instance of DescribeDataSetUrlStatisticsRequest.
Constructor Details
#initialize(starttime = nil, type = nil, endtime = nil, id = nil, extsecond = nil, engine = nil, isp = nil, from = nil, level = nil, brand = nil, area = nil, versionnum = nil, platform = nil, extthird = nil, extfirst = nil, nettype = nil, device = nil, isabroad = nil, os = nil, browser = nil, costtype = nil, env = nil, packagetype = nil) ⇒ DescribeDataSetUrlStatisticsRequest
Returns a new instance of DescribeDataSetUrlStatisticsRequest.
2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 |
# File 'lib/v20210622/models.rb', line 2095 def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, env=nil, packagetype=nil) @StartTime = starttime @Type = type @EndTime = endtime @ID = id @ExtSecond = extsecond @Engine = engine @Isp = isp @From = from @Level = level @Brand = brand @Area = area @VersionNum = versionnum @Platform = platform @ExtThird = extthird @ExtFirst = extfirst @NetType = nettype @Device = device @IsAbroad = isabroad @Os = os @Browser = browser @CostType = costtype @Env = env @PackageType = packagetype end |
Instance Attribute Details
#Area ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def Area @Area end |
#Brand ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def Brand @Brand end |
#Browser ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def Browser @Browser end |
#CostType ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def CostType @CostType end |
#Device ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def Device @Device end |
#EndTime ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def EndTime @EndTime end |
#Engine ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def Engine @Engine end |
#Env ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def Env @Env end |
#ExtFirst ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def ExtFirst @ExtFirst end |
#ExtSecond ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def ExtSecond @ExtSecond end |
#ExtThird ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def ExtThird @ExtThird end |
#From ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def From @From end |
#ID ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def ID @ID end |
#IsAbroad ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def IsAbroad @IsAbroad end |
#Isp ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def Isp @Isp end |
#Level ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def Level @Level end |
#NetType ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def NetType @NetType end |
#Os ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def Os @Os end |
#PackageType ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def PackageType @PackageType end |
#Platform ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def Platform @Platform end |
#StartTime ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def StartTime @StartTime end |
#Type ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def Type @Type end |
#VersionNum ⇒ Object
2093 2094 2095 |
# File 'lib/v20210622/models.rb', line 2093 def VersionNum @VersionNum end |
Instance Method Details
#deserialize(params) ⇒ Object
2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 |
# File 'lib/v20210622/models.rb', line 2121 def deserialize(params) @StartTime = params['StartTime'] @Type = params['Type'] @EndTime = params['EndTime'] @ID = params['ID'] @ExtSecond = params['ExtSecond'] @Engine = params['Engine'] @Isp = params['Isp'] @From = params['From'] @Level = params['Level'] @Brand = params['Brand'] @Area = params['Area'] @VersionNum = params['VersionNum'] @Platform = params['Platform'] @ExtThird = params['ExtThird'] @ExtFirst = params['ExtFirst'] @NetType = params['NetType'] @Device = params['Device'] @IsAbroad = params['IsAbroad'] @Os = params['Os'] @Browser = params['Browser'] @CostType = params['CostType'] @Env = params['Env'] @PackageType = params['PackageType'] end |