Class: TencentCloud::Rum::V20210622::DescribeDataEventUrlRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rum::V20210622::DescribeDataEventUrlRequest
- Defined in:
- lib/v20210622/models.rb
Overview
DescribeDataEventUrl请求参数结构体
Instance Attribute Summary collapse
- #Area ⇒ Object
- #Brand ⇒ Object
- #Browser ⇒ 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
- #Name ⇒ Object
- #NetType ⇒ Object
- #Os ⇒ 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, name = nil, env = nil) ⇒ DescribeDataEventUrlRequest
constructor
A new instance of DescribeDataEventUrlRequest.
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, name = nil, env = nil) ⇒ DescribeDataEventUrlRequest
963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 |
# File 'lib/v20210622/models.rb', line 963 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, name=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 @Name = name @Env = env end |
Instance Attribute Details
#Area ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def Area @Area end |
#Brand ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def Brand @Brand end |
#Browser ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def Browser @Browser end |
#Device ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def Device @Device end |
#EndTime ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def EndTime @EndTime end |
#Engine ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def Engine @Engine end |
#Env ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def Env @Env end |
#ExtFirst ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def ExtFirst @ExtFirst end |
#ExtSecond ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def ExtSecond @ExtSecond end |
#ExtThird ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def ExtThird @ExtThird end |
#From ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def From @From end |
#ID ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def ID @ID end |
#IsAbroad ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def IsAbroad @IsAbroad end |
#Isp ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def Isp @Isp end |
#Level ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def Level @Level end |
#Name ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def Name @Name end |
#NetType ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def NetType @NetType end |
#Os ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def Os @Os end |
#Platform ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def Platform @Platform end |
#StartTime ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def StartTime @StartTime end |
#Type ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def Type @Type end |
#VersionNum ⇒ Object
961 962 963 |
# File 'lib/v20210622/models.rb', line 961 def VersionNum @VersionNum end |
Instance Method Details
#deserialize(params) ⇒ Object
988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'lib/v20210622/models.rb', line 988 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'] @Name = params['Name'] @Env = params['Env'] end |