pulumi-google-native-kotlin
0.31.1.0
pulumi-google-native-kotlin
/
com.pulumi.googlenative.bigquery.v2.kotlin.outputs
/
ExplainQueryStepResponse
Explain
Query
Step
Response
data
class
ExplainQueryStepResponse
(
val
kind
:
String
,
val
substeps
:
List
<
String
>
)
Types
Constructors
Properties
Constructors
Explain
Query
Step
Response
Link copied to clipboard
fun
ExplainQueryStepResponse
(
kind
:
String
,
substeps
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
kind
Link copied to clipboard
val
kind
:
String
Machine-readable operation type.
substeps
Link copied to clipboard
val
substeps
:
List
<
String
>
Human-readable stage descriptions.