ReportingDescriptorReference
constructor(@Json(name = "guid") guid: String? = null, @Json(name = "id") id: String? = null, @Json(name = "index") index: Int? = null, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "toolComponent") toolComponent: ToolComponentReference? = null)(source)