Content Path Map Args
data class ContentPathMapArgs(val contentType: Output<Either<String, ContentType>>? = null, val path: Output<String>? = null) : ConvertibleToJava<ContentPathMapArgs>
The mapping of content type to a repo path.
Constructors
Link copied to clipboard
fun ContentPathMapArgs(contentType: Output<Either<String, ContentType>>? = null, path: Output<String>? = null)