Show / Hide Table of Contents

Class RelatedEventCollection

Results of a event occurence search. Contains RelatedEventSummary.

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

Properties

Items

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

List of event occurrence.

Remarks

Required

In this article
Back to top