shade
latest
resources
/
inkapplications.shade.resources.structures
/
Resource
Resource
@
Serializable
data
class
Resource
(
val
id
:
ResourceId
,
val
type
:
ResourceType
?
=
null
,
val
v1Id
:
String
?
=
null
)
Hue API resource.
Constructors
Properties
Constructors
Resource
Link copied to clipboard
fun
Resource
(
id
:
ResourceId
,
type
:
ResourceType
?
=
null
,
v1Id
:
String
?
=
null
)
Properties
id
Link copied to clipboard
val
id
:
ResourceId
Unique ID for the resource.
type
Link copied to clipboard
val
type
:
ResourceType
?
=
null
Resource object type.
v1Id
Link copied to clipboard
val
v1Id
:
String
?
=
null