Module Values.DescribeComputationModelExecutionSummaryRequestSource

Retrieves information about the execution summary of a computation model.

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

    The ID of the computation model.

    *)
  2. resolveToResourceType : ResolveToResourceType.t option;
    (*

    The type of the resolved resource.

    *)
  3. resolveToResourceId : ID.t option;
    (*

    The ID of the resolved resource.

    *)
}
Sourceval context_ : string
Sourceval make : ?resolveToResourceType:??? -> ?resolveToResourceId:??? -> computationModelId:ID.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum 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