Show / Hide Table of Contents

Class LifecycleEnvironmentCollection

A set of lifecycle environments returned for the {@link #listLifecycleEnvironments(ListLifecycleEnvironmentsRequest) listLifecycleEnvironments} operation. The list contains a summary of each lifecycle environment and other information, such as metadata.

Inheritance
object
LifecycleEnvironmentCollection
Inherited Members
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 LifecycleEnvironmentCollection

Properties

Items

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

List of lifecycle environments.

Remarks

Required

In this article
Back to top