Author represents the properties of a unique author within the system.
Here is a JSON representation of {{Resource.Name}}
.
{
"id": "string",
"displayName": "string"
}
Property | Type | Description |
---|---|---|
id | String | A unique identifier for the author. |
displayName | String | The display name for the author. |