Dashboard Filter Relative Date Time Control Args
data class DashboardFilterRelativeDateTimeControlArgs(val commitMode: Output<DashboardCommitMode>? = null, val displayOptions: Output<DashboardRelativeDateTimeControlDisplayOptionsArgs>? = null, val filterControlId: Output<String>, val sourceFilterId: Output<String>, val title: Output<String>) : ConvertibleToJava<DashboardFilterRelativeDateTimeControlArgs>
Constructors
Link copied to clipboard
constructor(commitMode: Output<DashboardCommitMode>? = null, displayOptions: Output<DashboardRelativeDateTimeControlDisplayOptionsArgs>? = null, filterControlId: Output<String>, sourceFilterId: Output<String>, title: Output<String>)
Properties
Link copied to clipboard
The visibility configuration of the Apply button on a FilterRelativeDateTimeControl
.
Link copied to clipboard
The display options of a control.
Link copied to clipboard
The ID of the FilterTextAreaControl
.
Link copied to clipboard
The source filter ID of the FilterTextAreaControl
.