ExternalPropertyFileReference

fun ExternalPropertyFileReference(    @Json(name = "guid") guid: String? = null,     @Json(name = "itemCount") itemCount: Int? = null,     @Json(name = "location") location: ArtifactLocation? = null,     @Json(name = "properties") properties: PropertyBag? = null)

Sources

Link copied to clipboard