Show / Hide Table of Contents

Class DeploymentCollection

A list of Deployments.

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

Properties

Items

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

An array of Deployment summaries.

Remarks

Required

In this article
Back to top