Class NotificationHeaderModel
This is the format when communicating notification messages to the API consumers.
Inheritance
object
Namespace: Umbraco.Cms.Api.Management.ViewModels
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public sealed class NotificationHeaderModel
Remarks
The class is made public on purpose, to make it clear that changing it might constitute a breaking change towards API consumers.
Properties
View SourceCategory
Declaration
public required string Category { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
Message
Declaration
public required string Message { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Declaration
public required EventMessageType Type { get; init; }
Property Value
| Type | Description |
|---|---|
| EventMessageType |