addresses

@SerializedName(value = "addresses")
@Expose
open var addresses: List<Address>

Addresses associated with this run instance, if any.