ResourceBase

abstract class ResourceBase(type: Type, parentId: String?) : IResource

Properties

Link copied to clipboard
open override val created: Long

Timestamp when resource was created

Link copied to clipboard
open override val id: String

Represent identification of Insomnia resource with special resource prefix

Link copied to clipboard
open override val modified: Long

Timestamp when resource was modified

Link copied to clipboard
open override val parentId: String?

Represent identification string of the resource parent. Can be null for root element only

Link copied to clipboard
open override val type: Type

Resource type

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard