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.



25890
25891
25892
25893
25894
25895
# File 'lib/v20210820/models.rb', line 25890

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:

    描述信息



25888
25889
25890
# File 'lib/v20210820/models.rb', line 25888

def Description
  @Description
end

#DimensionObject

Parameters:

  • ProjectId:

    项目Id

  • Name:

    案例名称

  • Dimension:

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

  • Description:

    描述信息



25888
25889
25890
# File 'lib/v20210820/models.rb', line 25888

def Dimension
  @Dimension
end

#NameObject

Parameters:

  • ProjectId:

    项目Id

  • Name:

    案例名称

  • Dimension:

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

  • Description:

    描述信息



25888
25889
25890
# File 'lib/v20210820/models.rb', line 25888

def Name
  @Name
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目Id

  • Name:

    案例名称

  • Dimension:

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

  • Description:

    描述信息



25888
25889
25890
# File 'lib/v20210820/models.rb', line 25888

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



25897
25898
25899
25900
25901
25902
# File 'lib/v20210820/models.rb', line 25897

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