toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.cloudbuild.v1.kotlin.outputs
/
TimeSpanResponse
Time
Span
Response
data
class
TimeSpanResponse
(
val
endTime
:
String
,
val
startTime
:
String
)
Start and end times for a build execution phase.
Members
Constructors
Time
Span
Response
Link copied to clipboard
constructor
(
endTime
:
String
,
startTime
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
end
Time
Link copied to clipboard
val
endTime
:
String
End of time span.
start
Time
Link copied to clipboard
val
startTime
:
String
Start of time span.