IResource

interface IResource

This interface represents Insomnia resource in collection export

Properties

Link copied to clipboard
abstract val created: Long

Timestamp when resource was created

Link copied to clipboard
abstract val id: String

Represent identification of Insomnia resource with special resource prefix

Link copied to clipboard
abstract val modified: Long

Timestamp when resource was modified

Link copied to clipboard
abstract val parentId: String?

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

Link copied to clipboard
abstract val type: Type

Resource type

Inheritors

Link copied to clipboard