Class: TencentCloud::Rum::V20210622::RumPvInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rum::V20210622::RumPvInfo
- Defined in:
- lib/v20210622/models.rb
Overview
rum 日志对象
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, pv = nil, createtime = nil) ⇒ RumPvInfo
constructor
A new instance of RumPvInfo.
Constructor Details
#initialize(projectid = nil, pv = nil, createtime = nil) ⇒ RumPvInfo
Returns a new instance of RumPvInfo.
4192 4193 4194 4195 4196 |
# File 'lib/v20210622/models.rb', line 4192 def initialize(projectid=nil, pv=nil, createtime=nil) @ProjectId = projectid @Pv = pv @CreateTime = createtime end |
Instance Attribute Details
#CreateTime ⇒ Object
4190 4191 4192 |
# File 'lib/v20210622/models.rb', line 4190 def CreateTime @CreateTime end |
#ProjectId ⇒ Object
4190 4191 4192 |
# File 'lib/v20210622/models.rb', line 4190 def ProjectId @ProjectId end |
#Pv ⇒ Object
4190 4191 4192 |
# File 'lib/v20210622/models.rb', line 4190 def Pv @Pv end |
Instance Method Details
#deserialize(params) ⇒ Object
4198 4199 4200 4201 4202 |
# File 'lib/v20210622/models.rb', line 4198 def deserialize(params) @ProjectId = params['ProjectId'] @Pv = params['Pv'] @CreateTime = params['CreateTime'] end |