Show / Hide Table of Contents

Class NamespaceCollection

This is a list of NamespaceSummary: there is at most one item in the list.

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

Properties

Items

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

There is at most one item in the items array.

Remarks

Required

In this article
Back to top