toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.deploymentmanager.alpha.kotlin.outputs
/
ImportFileResponse
Import
File
Response
data
class
ImportFileResponse
(
val
content
:
String
,
val
name
:
String
)
Members
Constructors
Import
File
Response
Link copied to clipboard
constructor
(
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.