Show / Hide Table of Contents

Class DeploymentWalletExistsResponseDetails

Indicates whether the wallet exists in the deployment container

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

In this article
Back to top