Class: TencentCloud::Wedata::V20210820::EventListenerOpsDto
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::EventListenerOpsDto
- Defined in:
- lib/v20210820/models.rb
Overview
事件监听器
Instance Attribute Summary collapse
-
#CreationTimestamp ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#EventName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Properties ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventname = nil, key = nil, type = nil, properties = nil, creationtimestamp = nil) ⇒ EventListenerOpsDto
constructor
A new instance of EventListenerOpsDto.
Constructor Details
#initialize(eventname = nil, key = nil, type = nil, properties = nil, creationtimestamp = nil) ⇒ EventListenerOpsDto
Returns a new instance of EventListenerOpsDto.
19302 19303 19304 19305 19306 19307 19308 |
# File 'lib/v20210820/models.rb', line 19302 def initialize(eventname=nil, key=nil, type=nil, properties=nil, =nil) @EventName = eventname @Key = key @Type = type @Properties = properties @CreationTimestamp = end |
Instance Attribute Details
#CreationTimestamp ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
19300 19301 19302 |
# File 'lib/v20210820/models.rb', line 19300 def CreationTimestamp @CreationTimestamp end |
#EventName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
19300 19301 19302 |
# File 'lib/v20210820/models.rb', line 19300 def EventName @EventName end |
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
19300 19301 19302 |
# File 'lib/v20210820/models.rb', line 19300 def Key @Key end |
#Properties ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
19300 19301 19302 |
# File 'lib/v20210820/models.rb', line 19300 def Properties @Properties end |
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
19300 19301 19302 |
# File 'lib/v20210820/models.rb', line 19300 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
19310 19311 19312 19313 19314 19315 19316 |
# File 'lib/v20210820/models.rb', line 19310 def deserialize(params) @EventName = params['EventName'] @Key = params['Key'] @Type = params['Type'] @Properties = params['Properties'] @CreationTimestamp = params['CreationTimestamp'] end |