Show / Hide Table of Contents

Class DeploymentTypeCollection

The list of DeploymentTypeDescriptor objects.

Inheritance
object
DeploymentTypeCollection
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 DeploymentTypeCollection

Properties

Items

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

Array of DeploymentTypeSummary

Remarks

Required

In this article
Back to top