Module Values.InterfaceSummarySource

Contains summary information about an interface that a property belongs to.

Sourcetype nonrec t = {
  1. interfaceAssetModelId : ID.t option;
    (*

    The ID of the interface asset model that contains this property.

    *)
  2. interfaceAssetModelPropertyId : ID.t option;
    (*

    The ID of the property in the interface asset model that corresponds to this property.

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