Values.UpdateFarmRequestSourceUpdates a farm.
type nonrec t = {farmId : FarmId.t;The farm ID to update.
*)displayName : ResourceName.t option;The display name of the farm to update. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
*)description : Description.t option;The description of the farm to update. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
*)costScaleFactor : CostScaleFactor.t option;A multiplier applied to the farm's calculated costs for usage data and budget tracking. A value less than 1 represents a discount, a value greater than 1 represents a premium, and a value of 1 represents no adjustment.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Float of CostScaleFactor.t | `String of FarmId.t ]) list ]