Show / Hide Table of Contents

Class UpdateVanityDomainActivityDetails

The information about scheduled refresh.

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

Properties

TimeScheduled

Declaration
[JsonProperty(PropertyName = "timeScheduled")]
public DateTime? TimeScheduled { get; set; }
Property Value
Type Description
DateTime?

Expected activity start time

In this article
Back to top