Show / Hide Table of Contents

Class TimeAvailableForRefreshSummary

one available refresh time.

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

Properties

TimeAvailableForRefresh

Declaration
[Required(ErrorMessage = "TimeAvailableForRefresh is required.")]
[JsonProperty(PropertyName = "timeAvailableForRefresh")]
public DateTime? TimeAvailableForRefresh { get; set; }
Property Value
Type Description
DateTime?

refresh time.

Remarks

Required

In this article
Back to top