Module Values.SupportedOperationSource

Describes the operations that are allowed on a maintenance track.

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

    A list of the supported operations.

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