Class: TencentCloud::Ssa::V20180608::DescribeEventDetailRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssa::V20180608::DescribeEventDetailRequest
- Defined in:
- lib/v20180608/models.rb
Overview
DescribeEventDetail请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(index = nil, id = nil, source = nil, subeventtype = nil, name = nil) ⇒ DescribeEventDetailRequest
constructor
A new instance of DescribeEventDetailRequest.
Constructor Details
#initialize(index = nil, id = nil, source = nil, subeventtype = nil, name = nil) ⇒ DescribeEventDetailRequest
Returns a new instance of DescribeEventDetailRequest.
2144 2145 2146 2147 2148 2149 2150 |
# File 'lib/v20180608/models.rb', line 2144 def initialize(index=nil, id=nil, source=nil, subeventtype=nil, name=nil) @Index = index @Id = id @Source = source @SubEventType = subeventtype @Name = name end |
Instance Attribute Details
#Id ⇒ Object
2142 2143 2144 |
# File 'lib/v20180608/models.rb', line 2142 def Id @Id end |
#Index ⇒ Object
2142 2143 2144 |
# File 'lib/v20180608/models.rb', line 2142 def Index @Index end |
#Name ⇒ Object
2142 2143 2144 |
# File 'lib/v20180608/models.rb', line 2142 def Name @Name end |
#Source ⇒ Object
2142 2143 2144 |
# File 'lib/v20180608/models.rb', line 2142 def Source @Source end |
#SubEventType ⇒ Object
2142 2143 2144 |
# File 'lib/v20180608/models.rb', line 2142 def SubEventType @SubEventType end |
Instance Method Details
#deserialize(params) ⇒ Object
2152 2153 2154 2155 2156 2157 2158 |
# File 'lib/v20180608/models.rb', line 2152 def deserialize(params) @Index = params['Index'] @Id = params['Id'] @Source = params['Source'] @SubEventType = params['SubEventType'] @Name = params['Name'] end |