Class: TencentCloud::Cfg::V20210820::TaskReportInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfg::V20210820::TaskReportInfo
- Defined in:
- lib/v20210820/models.rb
Overview
演练报告状态信息
Instance Attribute Summary collapse
-
#ArchiveStage ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ArchiveTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ArchiveUuid ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#CosUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ExpirationTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Expired ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Log ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Stage ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(stage = nil, createtime = nil, expirationtime = nil, expired = nil, cosurl = nil, log = nil, archivestage = nil, archivetime = nil, archiveuuid = nil) ⇒ TaskReportInfo
constructor
A new instance of TaskReportInfo.
Constructor Details
#initialize(stage = nil, createtime = nil, expirationtime = nil, expired = nil, cosurl = nil, log = nil, archivestage = nil, archivetime = nil, archiveuuid = nil) ⇒ TaskReportInfo
Returns a new instance of TaskReportInfo.
2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 |
# File 'lib/v20210820/models.rb', line 2300 def initialize(stage=nil, createtime=nil, expirationtime=nil, expired=nil, cosurl=nil, log=nil, archivestage=nil, archivetime=nil, archiveuuid=nil) @Stage = stage @CreateTime = createtime @ExpirationTime = expirationtime @Expired = expired @CosUrl = cosurl @Log = log @ArchiveStage = archivestage @ArchiveTime = archivetime @ArchiveUuid = archiveuuid end |
Instance Attribute Details
#ArchiveStage ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2298 2299 2300 |
# File 'lib/v20210820/models.rb', line 2298 def ArchiveStage @ArchiveStage end |
#ArchiveTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2298 2299 2300 |
# File 'lib/v20210820/models.rb', line 2298 def ArchiveTime @ArchiveTime end |
#ArchiveUuid ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2298 2299 2300 |
# File 'lib/v20210820/models.rb', line 2298 def ArchiveUuid @ArchiveUuid end |
#CosUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2298 2299 2300 |
# File 'lib/v20210820/models.rb', line 2298 def CosUrl @CosUrl end |
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2298 2299 2300 |
# File 'lib/v20210820/models.rb', line 2298 def CreateTime @CreateTime end |
#ExpirationTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2298 2299 2300 |
# File 'lib/v20210820/models.rb', line 2298 def ExpirationTime @ExpirationTime end |
#Expired ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2298 2299 2300 |
# File 'lib/v20210820/models.rb', line 2298 def Expired @Expired end |
#Log ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2298 2299 2300 |
# File 'lib/v20210820/models.rb', line 2298 def Log @Log end |
#Stage ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2298 2299 2300 |
# File 'lib/v20210820/models.rb', line 2298 def Stage @Stage end |
Instance Method Details
#deserialize(params) ⇒ Object
2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 |
# File 'lib/v20210820/models.rb', line 2312 def deserialize(params) @Stage = params['Stage'] @CreateTime = params['CreateTime'] @ExpirationTime = params['ExpirationTime'] @Expired = params['Expired'] @CosUrl = params['CosUrl'] @Log = params['Log'] @ArchiveStage = params['ArchiveStage'] @ArchiveTime = params['ArchiveTime'] @ArchiveUuid = params['ArchiveUuid'] end |