Show / Hide Table of Contents

Class TransferAppliancePublicKey

Inheritance
object
TransferAppliancePublicKey
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DtsService.Models
Assembly: OCI.DotNetSDK.Dts.dll
Syntax
public class TransferAppliancePublicKey

Properties

PublicKey

Declaration
[JsonProperty(PropertyName = "publicKey")]
public string PublicKey { get; set; }
Property Value
Type Description
string
In this article
Back to top