Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VersionedResource

Encapsulates the resource version and its data or reference to the compatible version. Only one of the two last fields should be not null.

Hierarchy

  • VersionedResource

Index

Properties

Optional compatibleWith

compatibleWith: string

Gets or sets the reference to the compatible version.

Optional resource

resource: any

Gets or sets the resource data.

Optional resourceVersion

resourceVersion: string

Gets or sets the version of the resource data.

Generated using TypeDoc