RiskCalculations

data class RiskCalculations(@Json(name = tagstags: List<Tag>, @Json(name = categoriescategories: List<Category>, @Json(name = functionsfunctions: List<Xs2aRiskCalculationsCheckFunction>, @Json(name = namename: String, @Json(name = daysdays: Int?, @Json(name = fromfrom: OffsetDateTime?, @Json(name = toto: OffsetDateTime?, @Json(name = full_monthsfullMonths: String?, @Json(name = children_categorieschildrenCategories: Boolean?, @Json(name = match_tags_with_categoriesmatchTagsWithCategories: Boolean?)

Parameters

tags
categories
functions
name

A name for this calculation

days

Days

from

Starting date

to

Ending date

fullMonths

Full months

childrenCategories

Children categories

matchTagsWithCategories

Match tags with categories

Constructors

RiskCalculations
Link copied to clipboard
fun RiskCalculations(@Json(name = tagstags: List<Tag>, @Json(name = categoriescategories: List<Category>, @Json(name = functionsfunctions: List<Xs2aRiskCalculationsCheckFunction>, @Json(name = namename: String, @Json(name = daysdays: Int? = null, @Json(name = fromfrom: OffsetDateTime? = null, @Json(name = toto: OffsetDateTime? = null, @Json(name = full_monthsfullMonths: String? = null, @Json(name = children_categorieschildrenCategories: Boolean? = null, @Json(name = match_tags_with_categoriesmatchTagsWithCategories: Boolean? = null)

Properties

categories
Link copied to clipboard
var categories: List<Category>
childrenCategories
Link copied to clipboard
var childrenCategories: Boolean? = null
Children categories
days
Link copied to clipboard
var days: Int? = null
Days
from
Link copied to clipboard
var from: OffsetDateTime? = null
Starting date
fullMonths
Link copied to clipboard
var fullMonths: String? = null
Full months
functions
Link copied to clipboard
var functions: List<Xs2aRiskCalculationsCheckFunction>
matchTagsWithCategories
Link copied to clipboard
var matchTagsWithCategories: Boolean? = null
Match tags with categories
name
Link copied to clipboard
var name: String
A name for this calculation
tags
Link copied to clipboard
var tags: List<Tag>
to
Link copied to clipboard
var to: OffsetDateTime? = null
Ending date