Module Values.RemoveSourceServerActionRequestSource

Remove source server post migration custom action.

Sourcetype nonrec t = {
  1. sourceServerID : SourceServerID.t;
    (*

    Source server ID of the post migration custom action to remove.

    *)
  2. actionID : ActionID.t;
    (*

    Source server post migration custom action ID to remove.

    *)
  3. accountID : AccountID.t option;
    (*

    Source server post migration account ID.

    *)
}
Sourceval context_ : string
Sourceval make : ?accountID:??? -> sourceServerID:SourceServerID.t -> actionID:ActionID.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SourceServerID.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