Class: TencentCloud::Rum::V20210622::DescribeDataWebVitalsPageRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rum::V20210622::DescribeDataWebVitalsPageRequest
- Defined in:
- lib/v20210622/models.rb
Overview
DescribeDataWebVitalsPage请求参数结构体
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
- #VersionNum ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(starttime = nil, endtime = nil, id = nil, extsecond = nil, engine = nil, isp = nil, from = nil, level = nil, type = 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) ⇒ DescribeDataWebVitalsPageRequest
constructor
A new instance of DescribeDataWebVitalsPageRequest.
Constructor Details
#initialize(starttime = nil, endtime = nil, id = nil, extsecond = nil, engine = nil, isp = nil, from = nil, level = nil, type = 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) ⇒ DescribeDataWebVitalsPageRequest
Returns a new instance of DescribeDataWebVitalsPageRequest.
2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 |
# File 'lib/v20210622/models.rb', line 2589 def initialize(starttime=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, type=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) @StartTime = starttime @EndTime = endtime @ID = id @ExtSecond = extsecond @Engine = engine @Isp = isp @From = from @Level = level @Type = type @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 end |
Instance Attribute Details
#Area ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def Area @Area end |
#Brand ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def Brand @Brand end |
#Browser ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def Browser @Browser end |
#CostType ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def CostType @CostType end |
#Device ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def Device @Device end |
#EndTime ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def EndTime @EndTime end |
#Engine ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def Engine @Engine end |
#Env ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def Env @Env end |
#ExtFirst ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def ExtFirst @ExtFirst end |
#ExtSecond ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def ExtSecond @ExtSecond end |
#ExtThird ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def ExtThird @ExtThird end |
#From ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def From @From end |
#ID ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def ID @ID end |
#IsAbroad ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def IsAbroad @IsAbroad end |
#Isp ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def Isp @Isp end |
#Level ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def Level @Level end |
#NetType ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def NetType @NetType end |
#Os ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def Os @Os end |
#Platform ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def Platform @Platform end |
#StartTime ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def StartTime @StartTime end |
#Type ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def Type @Type end |
#VersionNum ⇒ Object
2587 2588 2589 |
# File 'lib/v20210622/models.rb', line 2587 def VersionNum @VersionNum end |
Instance Method Details
#deserialize(params) ⇒ Object
2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 |
# File 'lib/v20210622/models.rb', line 2614 def deserialize(params) @StartTime = params['StartTime'] @EndTime = params['EndTime'] @ID = params['ID'] @ExtSecond = params['ExtSecond'] @Engine = params['Engine'] @Isp = params['Isp'] @From = params['From'] @Level = params['Level'] @Type = params['Type'] @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'] end |