Class: TencentCloud::Rum::V20210622::DescribeDataStaticUrlRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rum::V20210622::DescribeDataStaticUrlRequest
- Defined in:
- lib/v20210622/models.rb
Overview
DescribeDataStaticUrl请求参数结构体
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
- #Platform ⇒ Object
- #StartTime ⇒ Object
- #Type ⇒ Object
- #Url ⇒ 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, url = nil, env = nil) ⇒ DescribeDataStaticUrlRequest
constructor
A new instance of DescribeDataStaticUrlRequest.
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, url = nil, env = nil) ⇒ DescribeDataStaticUrlRequest
Returns a new instance of DescribeDataStaticUrlRequest.
2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 |
# File 'lib/v20210622/models.rb', line 2475 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, url=nil, env=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 @Url = url @Env = env end |
Instance Attribute Details
#Area ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def Area @Area end |
#Brand ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def Brand @Brand end |
#Browser ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def Browser @Browser end |
#CostType ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def CostType @CostType end |
#Device ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def Device @Device end |
#EndTime ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def EndTime @EndTime end |
#Engine ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def Engine @Engine end |
#Env ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def Env @Env end |
#ExtFirst ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def ExtFirst @ExtFirst end |
#ExtSecond ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def ExtSecond @ExtSecond end |
#ExtThird ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def ExtThird @ExtThird end |
#From ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def From @From end |
#ID ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def ID @ID end |
#IsAbroad ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def IsAbroad @IsAbroad end |
#Isp ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def Isp @Isp end |
#Level ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def Level @Level end |
#NetType ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def NetType @NetType end |
#Os ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def Os @Os end |
#Platform ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def Platform @Platform end |
#StartTime ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def StartTime @StartTime end |
#Type ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def Type @Type end |
#Url ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def Url @Url end |
#VersionNum ⇒ Object
2473 2474 2475 |
# File 'lib/v20210622/models.rb', line 2473 def VersionNum @VersionNum end |
Instance Method Details
#deserialize(params) ⇒ Object
2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 |
# File 'lib/v20210622/models.rb', line 2501 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'] @Url = params['Url'] @Env = params['Env'] end |