Class NotificationSummary
Notifications
Inherited Members
Namespace: Oci.DblmService.Models
Assembly: OCI.DotNetSDK.Dblm.dll
Syntax
public class NotificationSummaryProperties
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Notification identifier. | 
Remarks
Required
NotificationText
Declaration
[Required(ErrorMessage = "NotificationText is required.")]
[JsonProperty(PropertyName = "notificationText")]
public string NotificationText { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Notification text | 
Remarks
Required
NotificationType
Declaration
[Required(ErrorMessage = "NotificationType is required.")]
[JsonProperty(PropertyName = "notificationType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public NotificationSummary.NotificationTypeEnum? NotificationType { get; set; }Property Value
| Type | Description | 
|---|---|
| NotificationSummary.NotificationTypeEnum? | Notification type | 
Remarks
Required
TimePublished
Declaration
[Required(ErrorMessage = "TimePublished is required.")]
[JsonProperty(PropertyName = "timePublished")]
public DateTime? TimePublished { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | Published date | 
Remarks
Required