Module Values_0.SameSheetTargetVisualConfigurationSource

The configuration of the same-sheet target visuals that you want to be filtered. This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Sourcetype nonrec t = {
  1. targetVisuals : TargetVisualList.t option;
    (*

    A list of the target visual IDs that are located in the same sheet of the analysis.

    *)
  2. targetVisualOptions : TargetVisualOptions.t option;
    (*

    The options that choose the target visual in the same sheet. Valid values are defined as follows: ALL_VISUALS: Applies the filter operation to all visuals in the same sheet.

    *)
}
Sourceval make : ?targetVisuals:??? -> ?targetVisualOptions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of ShortRestrictiveResourceId.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t