toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.eci.kotlin.outputs
/
GetImageCachesCachEvent
Get
Image
Caches
Cach
Event
data
class
GetImageCachesCachEvent
(
val
count
:
Int
,
val
firstTimestamp
:
String
,
val
lastTimestamp
:
String
,
val
message
:
String
,
val
name
:
String
,
val
type
:
String
)
Members
Constructors
Get
Image
Caches
Cach
Event
Link copied to clipboard
constructor
(
count
:
Int
,
firstTimestamp
:
String
,
lastTimestamp
:
String
,
message
:
String
,
name
:
String
,
type
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
count
Link copied to clipboard
val
count
:
Int
Number of events.
first
Timestamp
Link copied to clipboard
val
firstTimestamp
:
String
Start time.
last
Timestamp
Link copied to clipboard
val
lastTimestamp
:
String
End time.
message
Link copied to clipboard
val
message
:
String
name
Link copied to clipboard
val
name
:
String
The name of event.
type
Link copied to clipboard
val
type
:
String
The type of event.