Data

data class Data(val assets: Map<String, String>, val source: CommandersActSource? = null)(source)

Represents data to be sent to Commanders Act.

Constructors

Link copied to clipboard
constructor(assets: Map<String, String>, source: CommandersActSource? = null)

Properties

Link copied to clipboard

A map of labels to be sent to Commanders Act.

Link copied to clipboard

The CommandersActSource to be sent to Commanders Act.