Class: TencentCloud::Wedata::V20210820::DescribeEventRequest

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

Overview

DescribeEvent请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, eventname = nil) ⇒ DescribeEventRequest

Returns a new instance of DescribeEventRequest.



10980
10981
10982
10983
# File 'lib/v20210820/models.rb', line 10980

def initialize(projectid=nil, eventname=nil)
  @ProjectId = projectid
  @EventName = eventname
end

Instance Attribute Details

#EventNameObject

Parameters:

  • ProjectId:

    项目ID

  • EventName:

    事件名称



10978
10979
10980
# File 'lib/v20210820/models.rb', line 10978

def EventName
  @EventName
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • EventName:

    事件名称



10978
10979
10980
# File 'lib/v20210820/models.rb', line 10978

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



10985
10986
10987
10988
# File 'lib/v20210820/models.rb', line 10985

def deserialize(params)
  @ProjectId = params['ProjectId']
  @EventName = params['EventName']
end