pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.deploymentmanager.alpha.kotlin.outputs
/
ImportFileResponse
Import
File
Response
data
class
ImportFileResponse
(
val
content
:
String
,
val
name
:
String
)
Types
Constructors
Properties
Constructors
Import
File
Response
Link copied to clipboard
fun
ImportFileResponse
(
content
:
String
,
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
content
Link copied to clipboard
val
content
:
String
The contents of the file.
name
Link copied to clipboard
val
name
:
String
The name of the file.