Class DeploymentTypeCollection
The list of DeploymentTypeDescriptor objects.
Inherited Members
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