Class: TencentCloud::Rum::V20210622::DescribeDataEventUrlRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210622/models.rb

Overview

DescribeDataEventUrl请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#AreaObject



961
962
963
# File 'lib/v20210622/models.rb', line 961

def Area
  @Area
end

#BrandObject



961
962
963
# File 'lib/v20210622/models.rb', line 961

def Brand
  @Brand
end

#BrowserObject



961
962
963
# File 'lib/v20210622/models.rb', line 961

def Browser
  @Browser
end

#DeviceObject



961
962
963
# File 'lib/v20210622/models.rb', line 961

def Device
  @Device
end

#EndTimeObject



961
962
963
# File 'lib/v20210622/models.rb', line 961

def EndTime
  @EndTime
end

#EngineObject



961
962
963
# File 'lib/v20210622/models.rb', line 961

def Engine
  @Engine
end

#EnvObject



961
962
963
# File 'lib/v20210622/models.rb', line 961

def Env
  @Env
end

#ExtFirstObject



961
962
963
# File 'lib/v20210622/models.rb', line 961

def ExtFirst
  @ExtFirst
end

#ExtSecondObject



961
962
963
# File 'lib/v20210622/models.rb', line 961

def ExtSecond
  @ExtSecond
end

#ExtThirdObject



961
962
963
# File 'lib/v20210622/models.rb', line 961

def ExtThird
  @ExtThird
end

#FromObject



961
962
963
# File 'lib/v20210622/models.rb', line 961

def From
  @From
end

#IDObject



961
962
963
# File 'lib/v20210622/models.rb', line 961

def ID
  @ID
end

#IsAbroadObject



961
962
963
# File 'lib/v20210622/models.rb', line 961

def IsAbroad
  @IsAbroad
end

#IspObject



961
962
963
# File 'lib/v20210622/models.rb', line 961

def Isp
  @Isp
end

#LevelObject



961
962
963
# File 'lib/v20210622/models.rb', line 961

def Level
  @Level
end

#NameObject



961
962
963
# File 'lib/v20210622/models.rb', line 961

def Name
  @Name
end

#NetTypeObject



961
962
963
# File 'lib/v20210622/models.rb', line 961

def NetType
  @NetType
end

#OsObject



961
962
963
# File 'lib/v20210622/models.rb', line 961

def Os
  @Os
end

#PlatformObject



961
962
963
# File 'lib/v20210622/models.rb', line 961

def Platform
  @Platform
end

#StartTimeObject



961
962
963
# File 'lib/v20210622/models.rb', line 961

def StartTime
  @StartTime
end

#TypeObject



961
962
963
# File 'lib/v20210622/models.rb', line 961

def Type
  @Type
end

#VersionNumObject



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