Resource Metadata
class ResourceMetadata(val kind: ResourceKind, val from: String, val id: String, val protocol: String, val createdAt: OffsetDateTime, val updatedAt: OffsetDateTime?) : Metadata
A data class representing the metadata present on every Resource.
Constructors
Link copied to clipboard
constructor(kind: ResourceKind, from: String, id: String, protocol: String, createdAt: OffsetDateTime, updatedAt: OffsetDateTime?)