SceneMetadata

@Serializable
data class SceneMetadata(val name: String, val image: ResourceReference? = null)

User-configured metadata for the scene.

Constructors

Link copied to clipboard
fun SceneMetadata(name: String, image: ResourceReference? = null)

Properties

Link copied to clipboard

Reference with unique identifier for the image representing the scene only accepting “rtype”: “public_image” on creation

Link copied to clipboard

Human readable name of a resource