Module Values.AssetTargetNameMapSource

The name map for assets.

Sourcetype nonrec t = {
  1. assetId : AssetId.t;
    (*

    The identifier of the inventory asset.

    *)
  2. targetName : String_.t;
    (*

    The target name in the asset target name map.

    *)
}
Sourceval context_ : string
Sourceval make : assetId:AssetId.t -> targetName:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AssetId.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