Show / Hide Table of Contents

Class AgentDependencyCollection

Results of an AgentDependency list. Contains both AgentDependency items and other information, such as metadata.

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

Properties

Items

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

List of EnvironmentDependencies.

Remarks

Required

In this article
Back to top