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.



7543
7544
7545
7546
# File 'lib/v20210820/models.rb', line 7543

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

Instance Attribute Details

#EventNameObject

Parameters:

  • ProjectId:

    项目ID

  • EventName:

    事件名称



7541
7542
7543
# File 'lib/v20210820/models.rb', line 7541

def EventName
  @EventName
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • EventName:

    事件名称



7541
7542
7543
# File 'lib/v20210820/models.rb', line 7541

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



7548
7549
7550
7551
# File 'lib/v20210820/models.rb', line 7548

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