GrafeasV1FileLocationArgs

data class GrafeasV1FileLocationArgs(val filePath: Output<String>? = null) : ConvertibleToJava<GrafeasV1FileLocationArgs>

Indicates the location at which a package was found.

Constructors

Link copied to clipboard
constructor(filePath: Output<String>? = null)

Properties

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

For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.

Functions

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