Body

data class Body constructor(val goalCode: String? = null, val comment: String? = null)(source)

Represents the body of a Presentation object.

Parameters

goalCode

The goal code of the presentation body.

comment

The comment associated with the presentation body.

Constructors

Link copied to clipboard
constructor(goalCode: String? = null, comment: String? = null)

Properties

Link copied to clipboard
val comment: String? = null
Link copied to clipboard
val goalCode: String? = null