Class: TencentCloud::Wedata::V20210820::LogContent
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::LogContent
- Defined in:
- lib/v20210820/models.rb
Overview
实时任务日志内容
Instance Attribute Summary collapse
-
#Log ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#PkgId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Time ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(time = nil, pkgid = nil, log = nil) ⇒ LogContent
constructor
A new instance of LogContent.
Constructor Details
#initialize(time = nil, pkgid = nil, log = nil) ⇒ LogContent
Returns a new instance of LogContent.
24960 24961 24962 24963 24964 |
# File 'lib/v20210820/models.rb', line 24960 def initialize(time=nil, pkgid=nil, log=nil) @Time = time @PkgId = pkgid @Log = log end |
Instance Attribute Details
#Log ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
24958 24959 24960 |
# File 'lib/v20210820/models.rb', line 24958 def Log @Log end |
#PkgId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
24958 24959 24960 |
# File 'lib/v20210820/models.rb', line 24958 def PkgId @PkgId end |
#Time ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
24958 24959 24960 |
# File 'lib/v20210820/models.rb', line 24958 def Time @Time end |
Instance Method Details
#deserialize(params) ⇒ Object
24966 24967 24968 24969 24970 |
# File 'lib/v20210820/models.rb', line 24966 def deserialize(params) @Time = params['Time'] @PkgId = params['PkgId'] @Log = params['Log'] end |