Class DeploymentWalletExistsResponseDetails
Indicates whether the wallet exists in the deployment container
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class DeploymentWalletExistsResponseDetails
Properties
IsOggWalletExists
Declaration
[Required(ErrorMessage = "IsOggWalletExists is required.")]
[JsonProperty(PropertyName = "isOggWalletExists")]
public bool? IsOggWalletExists { get; set; }
Property Value
Type | Description |
---|---|
bool? | Indicates if the wallet is present in the deployment container |
Remarks
Required