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.



25606
25607
25608
25609
25610
25611
# File 'lib/v20210820/models.rb', line 25606

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:

    描述信息



25604
25605
25606
# File 'lib/v20210820/models.rb', line 25604

def Description
  @Description
end

#DimensionObject

Parameters:

  • ProjectId:

    项目Id

  • Name:

    案例名称

  • Dimension:

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

  • Description:

    描述信息



25604
25605
25606
# File 'lib/v20210820/models.rb', line 25604

def Dimension
  @Dimension
end

#NameObject

Parameters:

  • ProjectId:

    项目Id

  • Name:

    案例名称

  • Dimension:

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

  • Description:

    描述信息



25604
25605
25606
# File 'lib/v20210820/models.rb', line 25604

def Name
  @Name
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目Id

  • Name:

    案例名称

  • Dimension:

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

  • Description:

    描述信息



25604
25605
25606
# File 'lib/v20210820/models.rb', line 25604

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



25613
25614
25615
25616
25617
25618
# File 'lib/v20210820/models.rb', line 25613

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