Show / Hide Table of Contents

Class CreateMaintenanceDetails

Details for creation of maintenance details

Inheritance
object
CreateMaintenanceDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top