Module Values.AssetLocationSource

Information about the position of the asset in a rack.

Sourcetype nonrec t = {
  1. rackElevation : RackElevation.t option;
    (*

    The position of an asset in a rack measured in rack units.

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