Class DeploymentWalletsOperationCollection
A list of deployment wallets operations.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class DeploymentWalletsOperationCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DeploymentWalletsOperationSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DeploymentWalletsOperationSummary> | An array of DeploymentWallets operations. |
Remarks
Required