fluent-kt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
fluent-kt
fluent-fallback
/
dev.kbroom.fluent.fallback
/
ResourceId
Resource
Id
data
class
ResourceId
(
val
id
:
String
,
val
type
:
ResourceType
=
ResourceType.Required
)
(
source
)
Identifies a resource with its type.
Members
Constructors
Resource
Id
Link copied to clipboard
constructor
(
id
:
String
,
type
:
ResourceType
=
ResourceType.Required
)
Properties
id
Link copied to clipboard
val
id
:
String
type
Link copied to clipboard
val
type
:
ResourceType