Class MaintenanceNotificationResponse
Response for request to send customer maintenance notification.
Inherited Members
Namespace: Oci.OpensearchService.Models
Assembly: OCI.DotNetSDK.Opensearch.dll
Syntax
public class MaintenanceNotificationResponseProperties
FailedNotifications
Declaration
[JsonProperty(PropertyName = "failedNotifications")]
public List<MaintenanceNotificationFailure> FailedNotifications { get; set; }Property Value
| Type | Description | 
|---|---|
| List<MaintenanceNotificationFailure> | List of failed maintenance notifications | 
Message
Declaration
[Required(ErrorMessage = "Message is required.")]
[JsonProperty(PropertyName = "message")]
public string Message { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Response message for the maintenance notification request | 
Remarks
Required