@taiyi-io/api-connector-ts
Preparing search index...
SnapshotRecord
Interface SnapshotRecord
快照记录
Interface
interface
SnapshotRecord
{
created_time
:
string
;
current
?:
boolean
;
description
?:
string
;
id
:
string
;
label
:
string
;
primary
?:
boolean
;
running
:
boolean
;
screenshot
?:
string
;
}
Index
Properties
created_
time
current?
description?
id
label
primary?
running
screenshot?
Properties
created_
time
created_time
:
string
创建时间, RFC3339
Optional
current
current
?:
boolean
是否当前快照
Optional
description
description
?:
string
快照描述
id
id
:
string
快照ID
label
label
:
string
快照标签
Optional
primary
primary
?:
boolean
是否主快照
running
running
:
boolean
是否运行
Optional
screenshot
screenshot
?:
string
快照截图
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created_
time
current
description
id
label
primary
running
screenshot
@taiyi-io/api-connector-ts
Loading...
快照记录
Interface