Show / Hide Table of Contents

Class RemediationRunStageCollection

Collection of remediation run stage summaries.

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

Properties

Items

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

List of remediation run stage summaries.

Remarks

Required

In this article
Back to top