Analysis Custom Content Visual Args
data class AnalysisCustomContentVisualArgs(val actions: Output<List<AnalysisVisualCustomActionArgs>>? = null, val chartConfiguration: Output<AnalysisCustomContentConfigurationArgs>? = null, val dataSetIdentifier: Output<String>, val subtitle: Output<AnalysisVisualSubtitleLabelOptionsArgs>? = null, val title: Output<AnalysisVisualTitleLabelOptionsArgs>? = null, val visualId: Output<String>) : ConvertibleToJava<AnalysisCustomContentVisualArgs>
Constructors
Link copied to clipboard
constructor(actions: Output<List<AnalysisVisualCustomActionArgs>>? = null, chartConfiguration: Output<AnalysisCustomContentConfigurationArgs>? = null, dataSetIdentifier: Output<String>, subtitle: Output<AnalysisVisualSubtitleLabelOptionsArgs>? = null, title: Output<AnalysisVisualTitleLabelOptionsArgs>? = null, visualId: Output<String>)
Properties
Link copied to clipboard
The list of custom actions that are configured for a visual.
Link copied to clipboard
The configuration of a CustomContentVisual
.
Link copied to clipboard
The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
Link copied to clipboard
The subtitle that is displayed on the visual.
Link copied to clipboard
The title that is displayed on the visual.