Class DateTimeRangeCapability
Indicates whether a time range is required for the insight.
Inherited Members
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