Class: TencentCloud::Wedata::V20210820::TriggerEventRequest

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

Overview

TriggerEvent请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, name = nil, dimension = nil, description = nil) ⇒ TriggerEventRequest

Returns a new instance of TriggerEventRequest.



41382
41383
41384
41385
41386
41387
# File 'lib/v20210820/models.rb', line 41382

def initialize(projectid=nil, name=nil, dimension=nil, description=nil)
  @ProjectId = projectid
  @Name = name
  @Dimension = dimension
  @Description = description
end

Instance Attribute Details

#DescriptionObject

Parameters:

  • ProjectId:

    项目Id

  • Name:

    案例名称

  • Dimension:

    时间格式:如果选择触发时间:2022年6月21,则设置为20220621

  • Description:

    描述信息



41380
41381
41382
# File 'lib/v20210820/models.rb', line 41380

def Description
  @Description
end

#DimensionObject

Parameters:

  • ProjectId:

    项目Id

  • Name:

    案例名称

  • Dimension:

    时间格式:如果选择触发时间:2022年6月21,则设置为20220621

  • Description:

    描述信息



41380
41381
41382
# File 'lib/v20210820/models.rb', line 41380

def Dimension
  @Dimension
end

#NameObject

Parameters:

  • ProjectId:

    项目Id

  • Name:

    案例名称

  • Dimension:

    时间格式:如果选择触发时间:2022年6月21,则设置为20220621

  • Description:

    描述信息



41380
41381
41382
# File 'lib/v20210820/models.rb', line 41380

def Name
  @Name
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目Id

  • Name:

    案例名称

  • Dimension:

    时间格式:如果选择触发时间:2022年6月21,则设置为20220621

  • Description:

    描述信息



41380
41381
41382
# File 'lib/v20210820/models.rb', line 41380

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



41389
41390
41391
41392
41393
41394
# File 'lib/v20210820/models.rb', line 41389

def deserialize(params)
  @ProjectId = params['ProjectId']
  @Name = params['Name']
  @Dimension = params['Dimension']
  @Description = params['Description']
end