ReleaseNote

Represents a release note for an acre Access Control platform component

Overview of ReleaseNote goes here.

ReleaseNote Properties

ReleaseNote

Field Type Inherited from Description
Name String ReleaseNote Gets or sets the component name
Url String ReleaseNote Gets or sets the URL to the release notes

JSON Structure of ReleaseNote

{
   "Name"	:	"String",
   "Url"	:	"String"
}