Class: TencentCloud::Rum::V20210622::RumPvInfo

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

Overview

rum 日志对象

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CreateTimeObject

Parameters:

  • ProjectId:

    项目ID

  • Pv:

    pv访问量

  • CreateTime:

    时间



4190
4191
4192
# File 'lib/v20210622/models.rb', line 4190

def CreateTime
  @CreateTime
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • Pv:

    pv访问量

  • CreateTime:

    时间



4190
4191
4192
# File 'lib/v20210622/models.rb', line 4190

def ProjectId
  @ProjectId
end

#PvObject

Parameters:

  • ProjectId:

    项目ID

  • Pv:

    pv访问量

  • CreateTime:

    时间



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