pulumi-google-native-kotlin
0.31.1.0
pulumi-google-native-kotlin
/
com.pulumi.googlenative.migrationcenter.v1alpha1.kotlin.outputs
/
PayloadFileResponse
Payload
File
Response
data
class
PayloadFileResponse
(
val
data
:
String
,
val
name
:
String
)
Payload file for inline import job payload.
Types
Constructors
Properties
Constructors
Payload
File
Response
Link copied to clipboard
fun
PayloadFileResponse
(
data
:
String
,
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
data
Link copied to clipboard
val
data
:
String
The file data.
name
Link copied to clipboard
val
name
:
String
The file name.