An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.

interface TestMessageLogDetails {
    dateCreated?: Date;
    entryId?: number;
    message?: string;
}

Properties

dateCreated?: Date

Date when the resource is created

entryId?: number

Id of the resource

message?: string

Message of the resource