Show / Hide Table of Contents

Class UpdateConfigurationDetails

The compartment-specific configuration.

Inheritance
object
UpdateConfigurationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LicensemanagerService.Models
Assembly: OCI.DotNetSDK.Licensemanager.dll
Syntax
public class UpdateConfigurationDetails

Properties

EmailIds

Declaration
[Required(ErrorMessage = "EmailIds is required.")]
[JsonProperty(PropertyName = "emailIds")]
public List<string> EmailIds { get; set; }
Property Value
Type Description
List<string>

List of email IDs associated with the configuration.

Remarks

Required

In this article
Back to top