Class: TencentCloud::Eb::V20210416::PlatformEventSummary
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Eb::V20210416::PlatformEventSummary
- Defined in:
- lib/v20210416/models.rb
Overview
平台事件匹配规则
Instance Attribute Summary collapse
-
#EventName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#EventPattern ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventname = nil, eventpattern = nil) ⇒ PlatformEventSummary
constructor
A new instance of PlatformEventSummary.
Constructor Details
#initialize(eventname = nil, eventpattern = nil) ⇒ PlatformEventSummary
Returns a new instance of PlatformEventSummary.
1881 1882 1883 1884 |
# File 'lib/v20210416/models.rb', line 1881 def initialize(eventname=nil, eventpattern=nil) @EventName = eventname @EventPattern = eventpattern end |
Instance Attribute Details
#EventName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1879 1880 1881 |
# File 'lib/v20210416/models.rb', line 1879 def EventName @EventName end |
#EventPattern ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1879 1880 1881 |
# File 'lib/v20210416/models.rb', line 1879 def EventPattern @EventPattern end |
Instance Method Details
#deserialize(params) ⇒ Object
1886 1887 1888 1889 |
# File 'lib/v20210416/models.rb', line 1886 def deserialize(params) @EventName = params['EventName'] @EventPattern = params['EventPattern'] end |