Show / Hide Table of Contents

Class UpdateRefreshActivityDetails

The information about scheduled refresh.

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

Properties

TimeScheduledStart

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

Time the refresh activity is scheduled to start. An RFC3339 formatted datetime string.

In this article
Back to top