pulumi-google-native-kotlin
0.31.1.0
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.
Types
Constructors
Properties
Constructors
Time
Span
Response
Link copied to clipboard
fun
TimeSpanResponse
(
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.