Show / Hide Table of Contents

Class MonitoringSourceSelectedNamespaceDetails

The namespaces for the compartment-specific list.

Inheritance
object
MonitoringSourceNamespaceDetails
MonitoringSourceSelectedNamespaceDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.SchService.Models
Assembly: OCI.DotNetSDK.Sch.dll
Syntax
public class MonitoringSourceSelectedNamespaceDetails : MonitoringSourceNamespaceDetails

Properties

Namespaces

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

The namespaces for the compartment-specific list.

Remarks

Required

In this article
Back to top