Show / Hide Table of Contents

Class SoftwareSourceEvent

Provides information for a software source event.

Inheritance
object
Event
SoftwareSourceEvent
Inherited Members
Event.Id
Event.EventSummary
Event.CompartmentId
Event.EventDetails
Event.ResourceId
Event.SystemDetails
Event.TimeOccurred
Event.TimeCreated
Event.TimeUpdated
Event.LifecycleState
Event.LifecycleDetails
Event.IsManagedByAutonomousLinux
Event.FreeformTags
Event.DefinedTags
Event.SystemTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class SoftwareSourceEvent : Event

Properties

Data

Declaration
[Required(ErrorMessage = "Data is required.")]
[JsonProperty(PropertyName = "data")]
public SoftwareSourceEventData Data { get; set; }
Property Value
Type Description
SoftwareSourceEventData
Remarks

Required

In this article
Back to top