ContentPathMapArgs

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
constructor(contentType: Output<Either<String, ContentType>>? = null, path: Output<String>? = null)

Properties

Link copied to clipboard
val contentType: Output<Either<String, ContentType>>? = null

Content type.

Link copied to clipboard
val path: Output<String>? = null

The path to the content.

Functions

Link copied to clipboard
open override fun toJava(): ContentPathMapArgs