Program¶
A Program resource contains publisher data and other fields.
Resource definition¶
{
"Id": 1,
"Name": "ProgramName",
"IsCommitment": false,
"Publisher": {
"Id": 1,
"Name": "PublisherName"
}
}
Name |
Type |
Description |
---|---|---|
Id |
int |
Unique identifier |
IsCommitment |
bool |
Indicates whether the program is commitment |
Name |
string |
Name of program |
Publisher |
ObjectReference |
Publisher connected to program |