Module Values.ConnectorOperationStepSource

Details of a step that is involved in a connector's operation.

Sourcetype nonrec t = {
  1. stepType : ConnectorOperationStepType.t option;
    (*

    The step type of the operation.

    *)
  2. stepState : ConnectorOperationStepState.t option;
    (*

    The step state of the operation.

    *)
}
Sourceval make : ?stepType:??? -> ?stepState:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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