Show / Hide Table of Contents

Class UpdateVanityDomainDetails

The information about scheduled VanityDomain refresh.

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

Properties

CertificateInfo

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