RadarChain

class RadarChain(slug: String, name: String, externalId: String?, metadata: JSONObject?)

Represents the chain of a place.

See also

Constructors

RadarChain
Link copied to clipboard
fun RadarChain(slug: String, name: String, externalId: String?, metadata: JSONObject?)

Functions

toJson
Link copied to clipboard
fun toJson(): JSONObject

Properties

externalId
Link copied to clipboard
val externalId: String?
The external ID of the chain.
metadata
Link copied to clipboard
val metadata: JSONObject?
The optional set of custom key-value pairs for the chain.
name
Link copied to clipboard
val name: String
The name of the chain.
slug
Link copied to clipboard
val slug: String
The unique ID of the chain.