RiskCalculationsResponse

data class RiskCalculationsResponse(@Json(name = tagstags: List<String>, @Json(name = categoriescategories: List<String>, @Json(name = functionsfunctions: List<String>, @Json(name = namename: String, @Json(name = daysdays: Int?, @Json(name = fromfrom: LocalDateTime?, @Json(name = toto: LocalDateTime?, @Json(name = full_monthsfullMonths: String?, @Json(name = resultsresults: RiskCalculationsResponseResults)

Parameters

tags
categories
functions
name

A name for this calculation.

days

Days

from

Starting date

to

Ending date

fullMonths

Full months

results

Constructors

RiskCalculationsResponse
Link copied to clipboard
fun RiskCalculationsResponse(@Json(name = tagstags: List<String>, @Json(name = categoriescategories: List<String>, @Json(name = functionsfunctions: List<String>, @Json(name = namename: String, @Json(name = daysdays: Int? = null, @Json(name = fromfrom: LocalDateTime? = null, @Json(name = toto: LocalDateTime? = null, @Json(name = full_monthsfullMonths: String? = null, @Json(name = resultsresults: RiskCalculationsResponseResults)

Properties

categories
Link copied to clipboard
var categories: List<String>
days
Link copied to clipboard
var days: Int? = null
Days
from
Link copied to clipboard
var from: LocalDateTime? = null
Starting date
fullMonths
Link copied to clipboard
var fullMonths: String? = null
Full months
functions
Link copied to clipboard
var functions: List<String>
name
Link copied to clipboard
var name: String
A name for this calculation.
results
Link copied to clipboard
var results: RiskCalculationsResponseResults
tags
Link copied to clipboard
var tags: List<String>
to
Link copied to clipboard
var to: LocalDateTime? = null
Ending date