toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.securityinsights.kotlin.outputs
/
ContentPathMapResponse
Content
Path
Map
Response
data
class
ContentPathMapResponse
(
val
contentType
:
String
?
=
null
,
val
path
:
String
?
=
null
)
The mapping of content type to a repo path.
Members
Constructors
Content
Path
Map
Response
Link copied to clipboard
constructor
(
contentType
:
String
?
=
null
,
path
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
content
Type
Link copied to clipboard
val
contentType
:
String
?
=
null
Content type.
path
Link copied to clipboard
val
path
:
String
?
=
null
The path to the content.