Values.StackConfigInputSourceThe input structure for Stacking Operation.
type nonrec t = {outputResolution : OutputResolutionStackInput.t option;The structure representing output resolution (in target georeferenced units) of the result of stacking operation.
*)targetBands : StringListInput.t option;A list of bands to be stacked in the specified order. When the parameter is not provided, all the available bands in the data collection are stacked in the alphabetical order of their asset names.
*)}