GradleArtifactTransformAttribute

data class GradleArtifactTransformAttribute(@Json(name = "name") val name: String, @Json(name = "from") val from: String, @Json(name = "to") val to: String)

Parameters

name

The name of the attribute.

from

The input attribute value.

to

The requested attributed value.

Constructors

Link copied to clipboard
constructor(@Json(name = "name") name: String, @Json(name = "from") from: String, @Json(name = "to") to: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val to: String