Module Values_0.PivotTableFieldCollapseStateTargetSource

The target of a pivot table field collapse state.

Sourcetype nonrec t = {
  1. fieldId : String_.t option;
    (*

    The field ID of the pivot table that the collapse state needs to be set to.

    *)
  2. fieldDataPathValues : DataPathValueList.t option;
    (*

    The data path of the pivot table's header. Used to set the collapse state.

    *)
}
Sourceval make : ?fieldId:??? -> ?fieldDataPathValues:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of FieldId.t | `Structure of (string * [> `Enum of string ]) list ]) list ] list | `String of String_.t ]) 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