DateTimeRangeCapability¶
-
class
oci.psql.models.DateTimeRangeCapability(**kwargs)¶ Bases:
objectIndicates whether a time range is required for the insight.
Methods
__init__(**kwargs)Initializes a new DateTimeRangeCapability object with values from keyword arguments. Attributes
is_required[Required] Gets the is_required of this DateTimeRangeCapability. -
__init__(**kwargs)¶ Initializes a new DateTimeRangeCapability object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: is_required (bool) – The value to assign to the is_required property of this DateTimeRangeCapability.
-
is_required¶ [Required] Gets the is_required of this DateTimeRangeCapability. Indicates whether start and end time parameters are required.
Returns: The is_required of this DateTimeRangeCapability. Return type: bool
-