pulumi-azure-native-kotlin
2.14.0.0
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.
Types
Constructors
Properties
Constructors
Content
Path
Map
Response
Link copied to clipboard
fun
ContentPathMapResponse
(
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.