Module Values.CompositionDetailsSource

Metadata for the composition relationship established by using composedAssetModelId in CreateAssetModelCompositeModel .

Sourcetype nonrec t = {
  1. compositionRelationship : CompositionRelationship.t option;
    (*

    An array detailing the composition relationship for this composite model.

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