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.



10528
10529
10530
10531
# File 'lib/v20210820/models.rb', line 10528

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

Instance Attribute Details

#EventNameObject

Parameters:

  • ProjectId:

    项目ID

  • EventName:

    事件名称



10526
10527
10528
# File 'lib/v20210820/models.rb', line 10526

def EventName
  @EventName
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • EventName:

    事件名称



10526
10527
10528
# File 'lib/v20210820/models.rb', line 10526

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



10533
10534
10535
10536
# File 'lib/v20210820/models.rb', line 10533

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