toggle menu
pulumi-cloudflare-kotlin
5.49.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
SnippetFile
Snippet
File
data
class
SnippetFile
(
val
content
:
String
?
=
null
,
val
name
:
String
)
Members
Constructors
Snippet
File
Link copied to clipboard
constructor
(
content
:
String
?
=
null
,
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
content
Link copied to clipboard
val
content
:
String
?
=
null
Content of the snippet file.
name
Link copied to clipboard
val
name
:
String
Name of the snippet file.