Class CreateMaintenanceDetails
Details for creation of maintenance details
Inherited Members
Namespace: Oci.OpensearchService.Models
Assembly: OCI.DotNetSDK.Opensearch.dll
Syntax
public class CreateMaintenanceDetails
Properties
NotificationEmailIds
Declaration
[JsonProperty(PropertyName = "notificationEmailIds")]
public List<string> NotificationEmailIds { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The Email IDs given by the customer to get notified about maintenance activities |