Show / Hide Table of Contents

Class DateTimeRangeCapability

Indicates whether a time range is required for the insight.

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

Properties

IsRequired

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

Indicates whether start and end time parameters are required.

Remarks

Required

In this article
Back to top